vfs: check userland buffers before reading them.
[haiku.git] / headers / private / kernel / platform / atari_m68k / MFP.h
blob0137bc6b938f08dfd64f4084862c33d84690b1f8
1 /*
2 * Copyright 2008, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * François Revol <revol@free.fr>
7 */
8 #ifndef _MFP_H
9 #define _MFP_H
12 * references:
13 * http://alive.atari.org/hosting/docs/atari/st/MFP.htm
16 #define MFP_GPDR 0x01
17 #define MFP_AER 0x03
18 #define MFP_DDR 0x05
19 #define MFP_IERA 0x07
20 #define MFP_IERB 0x09
21 #define MFP_IPRA 0x0b
22 #define MFP_IPRB 0x0d
23 #define MFP_ISRA 0x0f
24 #define MFP_ISRB 0x11
25 #define MFP_IMRA 0x13
26 #define MFP_IMRB 0x15
27 #define MFP_VR 0x17
28 #define MFP_TACR 0x19
29 #define MFP_TBCR 0x1b
30 #define MFP_TCDCR 0x1d
31 #define MFP_TADR 0x1f
32 #define MFP_TBDR 0x21
33 #define MFP_TCDR 0x23
34 #define MFP_TDDR 0x25
35 //XXX
37 #endif /* _MFP_H */