fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / joysticks / Global.h
blob81fa08a26721a8b6b87058450d98381a9b810732
1 /*
2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
8 */
9 #ifndef _GLOBAL_H
10 #define _GLOBAL_H
13 /* Application Messages */
14 #define PORT_SELECTED 'pSeL'
15 #define JOY_SELECTED 'jYSl'
17 #define PORT_INVOKE 'PInV'
18 #define JOY_INVOKE 'jInV'
20 #define DISABLEPORT 'pdis'
21 #define PROBE 'prob'
22 #define CALIBRATE 'cali'
24 #define SELECTED 'sele'
26 #endif /* _GLOBAL_H */