M7350/qcom-opensource/kernel/kernel-tests/sps/msm_sps_test.h

10 lines
288 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#include <linux/ioctl.h>
#define MSM_SPS_TEST_IOC_MAGIC 0xBB
/* Specify the test type */
#define MSM_SPS_TEST_TYPE _IOW(MSM_SPS_TEST_IOC_MAGIC, 1, int)
/* Continue testing all testcases in case of failure */
#define MSM_SPS_TEST_IGNORE_FAILURE _IOW(MSM_SPS_TEST_IOC_MAGIC, 2, int)