checkpoint
[slipway.git] / src / com / atmel / fpslic / Chip.java
index ae77448..57c9d98 100644 (file)
@@ -21,5 +21,6 @@ public interface Chip {
     public InputStream getInputStream();
     public OutputStream getOutputStream();
     public void selfTest() throws Exception;
+    public OutputStream getConfigStream() throws IOException;
 
 }