tmp_suning_uos_patched/drivers/FtDriver/ras/phytium_ras.h
huangbibo 40ef4e27ac uos overall kernel patch
Signed-off-by: huangbibo <huangbibo@uniontech.com>
2022-09-21 08:52:36 +08:00

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