Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable
/
fafdd92b9e30fe057740c5bb5cd4f92ecea9bf26
/
.
/
include
/
uapi
/
linux
/
arcfb.h
blob: 7a9008b365df70f00777d83c761b0924f2193cd1 [
file
]
/* 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