comparison vidix/kernelhelper/dhahelper.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents a9e111b88c4a
children
comparison
equal deleted inserted replaced
26029:4129c8cfa742 26030:a93e46adb54c
2 Direct Hardware Access kernel helper 2 Direct Hardware Access kernel helper
3 3
4 (C) 2002 Alex Beregszaszi <alex@fsn.hu> 4 (C) 2002 Alex Beregszaszi <alex@fsn.hu>
5 */ 5 */
6 6
7 #ifndef DHAHELPER_H 7 #ifndef MPLAYER_DHAHELPER_H
8 #define DHAHELPER_H 8 #define MPLAYER_DHAHELPER_H
9 9
10 #include <linux/ioctl.h> 10 #include <linux/ioctl.h>
11 11
12 /* feel free to change */ 12 /* feel free to change */
13 #define DEFAULT_MAJOR 180 13 #define DEFAULT_MAJOR 180
64 #define DHAHELPER_PORT _IOWR('D', 1, dhahelper_port_t) 64 #define DHAHELPER_PORT _IOWR('D', 1, dhahelper_port_t)
65 #define DHAHELPER_MEMORY _IOWR('D', 2, dhahelper_memory_t) 65 #define DHAHELPER_MEMORY _IOWR('D', 2, dhahelper_memory_t)
66 #define DHAHELPER_MTRR _IOWR('D', 3, dhahelper_mtrr_t) 66 #define DHAHELPER_MTRR _IOWR('D', 3, dhahelper_mtrr_t)
67 #define DHAHELPER_PCI _IOWR('D', 4, dhahelper_pci_t) 67 #define DHAHELPER_PCI _IOWR('D', 4, dhahelper_pci_t)
68 68
69 #endif /* DHAHELPER_H */ 69 #endif /* MPLAYER_DHAHELPER_H */