1 #ifndef PARTITION_INTERN_H
2 #define PARTITION_INTERN_H
5 Copyright © 2001-2006, The AROS Development Team. All rights reserved.
8 Desc: Internal definitions for partition.library
12 #define SysBase (((struct LibHeader *)PartitionBase)->lh_SysBase)
15 # include <exec/types.h>
17 #ifndef EXEC_LIBRARIES_H
18 # include <exec/libraries.h>
21 # include <libraries/partition.h>
24 #include <aros/libcall.h>
25 #include LC_LIBDEFS_FILE
29 struct PartitionBase partbase
;
33 #endif /* PARTITION_INTERN_H */