added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / partition / partition_intern.h
blobec599de7870c2fee7b14e322c46ca449c5354edc
1 #ifndef PARTITION_INTERN_H
2 #define PARTITION_INTERN_H
4 /*
5 Copyright © 2001-2006, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Internal definitions for partition.library
9 Lang: english
11 #ifdef __AMIGAOS__
12 #define SysBase (((struct LibHeader *)PartitionBase)->lh_SysBase)
13 #else
14 #ifndef EXEC_TYPES_H
15 # include <exec/types.h>
16 #endif
17 #ifndef EXEC_LIBRARIES_H
18 # include <exec/libraries.h>
19 #endif
20 #ifndef PARTITION_H
21 # include <libraries/partition.h>
22 #endif
24 #include <aros/libcall.h>
25 #include LC_LIBDEFS_FILE
27 LIBBASETYPE
29 struct PartitionBase partbase;
32 #endif
33 #endif /* PARTITION_INTERN_H */