diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 19:23:48 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 19:23:48 -0400 |
commit | c5d815dc2d43062d4eeb036d528b0cc2ed281c5d (patch) | |
tree | 17b9c35576633642e3e764355a8dc33866724b47 /system/alpha/h/ppec.h | |
parent | 8810fb73c6a5e153fa01571d163b8673e52405e4 (diff) | |
download | gem5-c5d815dc2d43062d4eeb036d528b0cc2ed281c5d.tar.xz |
Deleted a whole bunch of files that we didn't nede in the header
directory
console/dbmentry.s:
console/printf.c:
removed unneeded includes
Diffstat (limited to 'system/alpha/h/ppec.h')
-rw-r--r-- | system/alpha/h/ppec.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/system/alpha/h/ppec.h b/system/alpha/h/ppec.h deleted file mode 100644 index fc9aff492..000000000 --- a/system/alpha/h/ppec.h +++ /dev/null @@ -1,33 +0,0 @@ -#include "lib.h" -#include "xxm.h" - -unsigned char ppecRegRead(int, unsigned char); -void ppecRegWrite(int, unsigned char, unsigned char); -int ppecOpen(int); -void ppecClose(int); -ul ppecMemAddr(int); -ul ppecIOAddr(int, int, unsigned long, int); - -typedef unsigned char char2[2]; -struct pcmcia { - int socket; - char2 *cor; - char2 *cis; -}; - -struct _pcmciaTuples { - int count; - unsigned char *tuples[32]; - unsigned char buf[256]; -}; - -struct _ppecSlotInfo { - int cardPresent; - struct _pcmciaTuples tuples; -}; - -extern struct _ppecSlotInfo ppecSlotInfo[]; - - - - |