diff options
Diffstat (limited to 'include/arch/x86_64/linux/arcfb.h')
| -rw-r--r-- | include/arch/x86_64/linux/arcfb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arch/x86_64/linux/arcfb.h b/include/arch/x86_64/linux/arcfb.h new file mode 100644 index 00000000..dea0b529 --- /dev/null +++ b/include/arch/x86_64/linux/arcfb.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef __LINUX_ARCFB_H__ +#define __LINUX_ARCFB_H__ + +#define FBIO_WAITEVENT _IO('F', 0x88) +#define FBIO_GETCONTROL2 _IOR('F', 0x89, size_t) + +#endif |
