Squash commits for public release
This commit is contained in:
18
kernel/include/libkern/bits/sys/ioctls.h
Normal file
18
kernel/include/libkern/bits/sys/ioctls.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _KERNEL_LIBKERN_BITS_SYS_IOCTLS_H
|
||||
#define _KERNEL_LIBKERN_BITS_SYS_IOCTLS_H
|
||||
|
||||
/* TTY */
|
||||
#define TIOCGPGRP 0x0101
|
||||
#define TIOCSPGRP 0x0102
|
||||
#define TCGETS 0x0103
|
||||
#define TCSETS 0x0104
|
||||
#define TCSETSW 0x0105
|
||||
#define TCSETSF 0x0106
|
||||
|
||||
/* BGA */
|
||||
#define BGA_SWAP_BUFFERS 0x0101
|
||||
#define BGA_GET_HEIGHT 0x0102
|
||||
#define BGA_GET_WIDTH 0x0103
|
||||
#define BGA_GET_SCALE 0x0104
|
||||
|
||||
#endif // _KERNEL_LIBKERN_BITS_SYS_IOCTLS_H
|
||||
Reference in New Issue
Block a user