2 Copyright © 2011, The AROS Development Team. All rights reserved.
6 #ifndef PCCARD_LIBRARY_H
7 #define PCCARD_LIBRARY_H
9 #include <exec/types.h>
10 #include <exec/libraries.h>
11 #include <libraries/pccard.h>
25 struct Library library
;
28 #define LEWord(P) (*(P)|(*((P)+1)<<8))