emul-handler: fh_Arg1 should be the only element of struct FileHandle touched during...
[AROS.git] / rom / card / card_intern.h
blobeb06ecc51e7d39d971c182bcf63b743382626018
1 /*
2 Copyright © 2011, The AROS Development Team. All rights reserved.
3 $Id: card_intern.h $
5 Desc: Internal data structures for card.resource
6 Lang: english
7 */
9 #ifndef CARD_INTERN_H
10 #define CARD_INTERN_H
12 #ifndef EXEC_TYPES_H
13 #include <exec/types.h>
14 #endif
15 #ifndef EXEC_LIBRARIES_H
16 #include <exec/libraries.h>
17 #endif
18 #ifndef EXEC_INTERRUPTS_H
19 #include <exec/interrupts.h>
20 #endif
21 #ifndef RESOURCES_CARD_H
22 #include <resources/card.h>
23 #endif
24 #ifndef PROTO_CARDRES_H
25 #include <proto/cardres.h>
26 #endif
28 struct CardResource
30 struct Library crb_LibNode;
31 struct CardMemoryMap cmm;
34 #endif //CARD_INTERN_H