grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / diskimage / include / amigaos / proto / screennotify.h
blobd1abcbfde5f804ddeb7081d633072391975936d2
1 #ifndef _PROTO_SCREENNOTIFY_H
2 #define _PROTO_SCREENNOTIFY_H
4 #ifndef EXEC_TYPES_H
5 #include <exec/types.h>
6 #endif
7 #if !defined(CLIB_SCREENNOTIFY_PROTOS_H) && !defined(__GNUC__)
8 #include <clib/screennotify_protos.h>
9 #endif
11 #ifndef __NOLIBBASE__
12 extern struct Library *ScreenNotifyBase;
13 #endif
15 #ifdef __GNUC__
16 #include <inline/screennotify.h>
17 #elif defined(__VBCC__)
18 #include <inline/screennotify_protos.h>
19 #else
20 #include <pragma/screennotify_lib.h>
21 #endif
23 #endif /* _PROTO_SCREENNOTIFY_H */