aboutsummaryrefslogtreecommitdiff
path: root/common/prom.h
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 13:30:01 +0000
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:25 +0200
commit7ef5cc75cfd3cf93f7edaf2b1b02e557ae16bf7f (patch)
tree1e06945ff9a265fd75d27de5eb57e00d4b45fbf3 /common/prom.h
parentf67b21c9ea33de6070de851762fb84b002ae523b (diff)
Remove arc references from common libc and add an prom abstraction
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);
+