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