mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 14:15:12 +07:00
1337650935
For all uapi headers, need use "_UAPI" prefix for its guard macro (which will be stripped by "scripts/headers_installer.sh"). Also be sure that all files have their guard macros. Also be sure that all "#endif" are followed with comments, and no '\t' for guard macro Signed-off-by: Chen Gang <gang.chen@asianux.com>
8 lines
171 B
C
8 lines
171 B
C
#ifndef _UAPI__ARCH_BFIN_IOCTLS_H__
|
|
#define _UAPI__ARCH_BFIN_IOCTLS_H__
|
|
|
|
#define FIOQSIZE 0x545E
|
|
#include <asm-generic/ioctls.h>
|
|
|
|
#endif /* _UAPI__ARCH_BFIN_IOCTLS_H__ */
|