Last change
on this file since 33428 was 25078, checked in by vboxsync, 15 years ago |
Additions/x11/x11include: exported and set eol-style on new headers
|
-
Property svn:eol-style
set to
native
|
File size:
444 bytes
|
Line | |
---|
1 | /* $XFree86$ */
|
---|
2 |
|
---|
3 | #ifdef HAVE_XORG_CONFIG_H
|
---|
4 | #include <xorg-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #ifndef _XF86_AXP_H_
|
---|
8 | #define _XF86_AXP_H_
|
---|
9 |
|
---|
10 | typedef enum {
|
---|
11 | SYS_NONE,
|
---|
12 | TSUNAMI,
|
---|
13 | LCA,
|
---|
14 | APECS,
|
---|
15 | T2,
|
---|
16 | T2_GAMMA,
|
---|
17 | CIA,
|
---|
18 | MCPCIA,
|
---|
19 | JENSEN,
|
---|
20 | POLARIS,
|
---|
21 | PYXIS,
|
---|
22 | PYXIS_CIA,
|
---|
23 | IRONGATE
|
---|
24 | } axpDevice;
|
---|
25 |
|
---|
26 | typedef struct {
|
---|
27 | axpDevice id;
|
---|
28 | unsigned long hae_thresh;
|
---|
29 | unsigned long hae_mask;
|
---|
30 | unsigned long size;
|
---|
31 | } axpParams;
|
---|
32 |
|
---|
33 | extern axpParams xf86AXPParams[];
|
---|
34 |
|
---|
35 | #endif
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.