40ef4e27ac
Signed-off-by: huangbibo <huangbibo@uniontech.com>
10 lines
209 B
C
Executable File
10 lines
209 B
C
Executable File
#ifndef _FT_RAS_H_
|
|
#define _FT_RAS_H_
|
|
|
|
#include <linux/types.h>
|
|
|
|
#define RAS_BIND_EVENT _IOR('k', 0, unsigned int)
|
|
#define RAS_NONBIND_EVENT _IOR('k', 1, unsigned int)
|
|
|
|
#endif
|