aboutsummaryrefslogtreecommitdiff
path: root/common/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/prom.h')
-rw-r--r--common/prom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/prom.h b/common/prom.h
new file mode 100644
index 0000000..31852e9
--- /dev/null
+++ b/common/prom.h
@@ -0,0 +1,4 @@
+
+int prom_write(FILE stream, char *buf, unsigned long len, unsigned long *rlen);
+int prom_read(FILE stream, char *buf, unsigned long len, unsigned long *rlen);
+