repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Snoopy: print correct title for OpenResource patch.
[AROS.git]
/
compiler
/
include
/
resources
/
misc.h
blob
3c2182d44c9d2af752b8019098d3aa7eba501999
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef RESOURCES_MISC_H
7
#define RESOURCES_MISC_H
8
9
10
enum
11
{
12
MR_SERIALPORT
=
0
,
13
MR_SERIALBITS
,
14
MR_PARALLELPORT
,
15
MR_PARALLELBITS
,
16
MR_MAXUNIT
17
};
18
19
#define MISCNAME
"misc.resource"
20
21
#endif
/* RESOURCES_MISC_H */