(submit/bsd-defines v2) xfree86: os-support: drop unused CONSOLE_GET_* defines
These don't seem to be used anywhere, so we can drop them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
984c234f88
commit
ecb7389f9f
|
@ -228,15 +228,6 @@ struct pcvtid {
|
||||||
#ifndef CONSOLE_X_TV_OFF
|
#ifndef CONSOLE_X_TV_OFF
|
||||||
#define CONSOLE_X_TV_OFF _IO('t',156)
|
#define CONSOLE_X_TV_OFF _IO('t',156)
|
||||||
#endif
|
#endif
|
||||||
#ifndef CONSOLE_GET_LINEAR_INFO
|
|
||||||
#define CONSOLE_GET_LINEAR_INFO _IOR('t',157,struct map_info)
|
|
||||||
#endif
|
|
||||||
#ifndef CONSOLE_GET_IO_INFO
|
|
||||||
#define CONSOLE_GET_IO_INFO _IOR('t',158,struct map_info)
|
|
||||||
#endif
|
|
||||||
#ifndef CONSOLE_GET_MEM_INFO
|
|
||||||
#define CONSOLE_GET_MEM_INFO _IOR('t',159,struct map_info)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(USE_I386_IOPL) || defined(USE_AMD64_IOPL)
|
#if defined(USE_I386_IOPL) || defined(USE_AMD64_IOPL)
|
||||||
#include <machine/sysarch.h>
|
#include <machine/sysarch.h>
|
||||||
|
|
Loading…
Reference in New Issue