8 lines
168 B
C
8 lines
168 B
C
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||
|
#ifndef _ASM_IOCTLS_H
|
||
|
#define _ASM_IOCTLS_H
|
||
|
|
||
|
#include <asm-generic/ioctls.h>
|
||
|
|
||
|
#endif /* _ASM_IOCTLS_H */
|