From eaab50bb32edfe419eb472eacfdc82cbc3ecae8c Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 12 Sep 2003 22:41:53 +0000 Subject: Changes from NIKI Corresponding to coreboot v1 svn r873. --- 82802ab.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '82802ab.h') diff --git a/82802ab.h b/82802ab.h index 3649704..61e7f10 100644 --- a/82802ab.h +++ b/82802ab.h @@ -1,6 +1,9 @@ +#ifndef __82802AB_H__ +#define __82802AB_H__ 1 + extern int probe_82802ab (struct flashchip * flash); extern int erase_82802ab (struct flashchip * flash); -extern int write_82802ab (struct flashchip * flash, char * buf); +extern int write_82802ab (struct flashchip * flash, unsigned char * buf); extern __inline__ void toggle_ready_82802ab (volatile char * dst) { @@ -42,3 +45,4 @@ extern __inline__ void protect_82802ab (volatile char * bios) usleep(200); } +#endif /* !__82802AB_H__ */ -- cgit v1.1