From 7ef5cc75cfd3cf93f7edaf2b1b02e557ae16bf7f Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 4 Oct 2008 13:30:01 +0000 Subject: Remove arc references from common libc and add an prom abstraction --- common/prom.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/prom.h (limited to 'common/prom.h') 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); + -- cgit v1.2.3