grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / utilities / MultiView / arossupport.h
blobf6d72025dc27bba231353b3bf5cc16dbb1ce80de
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef __AROS__
11 #include <exec/types.h>
12 #define STM_SEARCH 18
13 #define STM_SEARCH_NEXT 19
14 #define STM_SEARCH_PREV 20
15 #define PGA_NotifyBehaviour PGA_Dummy+30
16 #define PG_BEHAVIOUR_NICE 1
17 #define PDTA_DitherQuality DTA_Dummy+222
18 #define PDTA_DestMode DTA_Dummy+251
20 extern ULONG *FindMethod(ULONG *methods, ULONG searchmethodid);
21 extern struct DTMethod *FindTriggerMethod(struct DTMethod *methods, STRPTR command, ULONG method);
23 #endif /* __AROS__ */