- Removed unused HandleEvent method.
[AROS.git] / compiler / include / resources / misc.h
blob3c2182d44c9d2af752b8019098d3aa7eba501999
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef RESOURCES_MISC_H
7 #define RESOURCES_MISC_H
10 enum
12 MR_SERIALPORT = 0,
13 MR_SERIALBITS,
14 MR_PARALLELPORT,
15 MR_PARALLELBITS,
16 MR_MAXUNIT
19 #define MISCNAME "misc.resource"
21 #endif /* RESOURCES_MISC_H */