Rename drivers to their right name
[reactos.git] / reactos / drivers / usb / cromwell / linux / consts.h
1 #ifndef _Consts_H_
2 #define _Consts_H_
3
4 /*
5 *
6 * includes for startup code in a form usable by the .S files
7 *
8 */
9
10 /***************************************************************************
11 * *
12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; either version 2 of the License, or *
15 * (at your option) any later version. *
16 * *
17 ***************************************************************************/
18
19 #define PCI_CFG_ADDR 0x0CF8
20 #define PCI_CFG_DATA 0x0CFC
21
22
23 #define I2C_IO_BASE 0xc000
24
25 #define BUS_0 0
26 #define BUS_1 1
27
28 #define DEV_0 0
29 #define DEV_1 1
30 #define DEV_2 2
31 #define DEV_3 3
32 #define DEV_4 4
33 #define DEV_5 5
34 #define DEV_6 6
35 #define DEV_7 7
36 #define DEV_8 8
37 #define DEV_9 9
38 #define DEV_a 0xa
39 #define DEV_b 0xb
40 #define DEV_c 0xc
41 #define DEV_d 0xd
42 #define DEV_e 0xe
43 #define DEV_f 0xf
44 #define DEV_10 0x10
45 #define DEV_11 0x11
46 #define DEV_12 0x12
47 #define DEV_13 0x13
48 #define DEV_14 0x14
49 #define DEV_15 0x15
50 #define DEV_16 0x16
51 #define DEV_17 0x17
52 #define DEV_18 0x18
53 #define DEV_19 0x19
54 #define DEV_1a 0x1a
55 #define DEV_1b 0x1b
56 #define DEV_1c 0x1c
57 #define DEV_1d 0x1d
58 #define DEV_1e 0x1e
59 #define DEV_1f 0x1f
60
61 #define FUNC_0 0
62 /*
63 #define boot_post_macro(value) \
64 movb $(value), %al ;\
65 outb %al, $0x80
66 */
67
68 #endif // _Consts_H_
69
70