make oldconfig will rebuild these...
[linux-2.4.21-pre4.git] / include / asm-ia64 / sn / sndrv.h
1 #ifndef _ASM_IA64_SN_SNDRV_H
2 #define _ASM_IA64_SN_SNDRV_H
3
4 /* ioctl commands */
5 #define SNDRV_GET_ROUTERINFO            1
6 #define SNDRV_GET_INFOSIZE              2
7 #define SNDRV_GET_HUBINFO               3
8 #define SNDRV_GET_FLASHLOGSIZE          4
9 #define SNDRV_SET_FLASHSYNC             5
10 #define SNDRV_GET_FLASHLOGDATA          6
11 #define SNDRV_GET_FLASHLOGALL           7
12
13 #define SNDRV_SET_HISTOGRAM_TYPE        14
14
15 #define SNDRV_ELSC_COMMAND              19
16 #define SNDRV_CLEAR_LOG                 20
17 #define SNDRV_INIT_LOG                  21
18 #define SNDRV_GET_PIMM_PSC              22
19 #define SNDRV_SET_PARTITION             23
20 #define SNDRV_GET_PARTITION             24
21
22 /* see synergy_perf_ioctl() */
23 #define SNDRV_GET_SYNERGY_VERSION       30
24 #define SNDRV_GET_SYNERGY_STATUS        31
25 #define SNDRV_GET_SYNERGYINFO           32
26 #define SNDRV_SYNERGY_APPEND            33
27 #define SNDRV_SYNERGY_ENABLE            34
28 #define SNDRV_SYNERGY_FREQ              35
29
30 /* Devices */
31 #define SNDRV_UKNOWN_DEVICE             -1
32 #define SNDRV_ROUTER_DEVICE             1
33 #define SNDRV_HUB_DEVICE                2
34 #define SNDRV_ELSC_NVRAM_DEVICE         3
35 #define SNDRV_ELSC_CONTROLLER_DEVICE    4
36 #define SNDRV_SYSCTL_SUBCH              5
37 #define SNDRV_SYNERGY_DEVICE            6
38
39 #endif /* _ASM_IA64_SN_SNDRV_H */