1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */ 2 /* 3 * Copyright (C) 2022 Rockchip Electronics Co., Ltd. 4 */ 5 6 #ifndef _UAPI_RK803_H 7 #define _UAPI_RK803_H 8 9 #define RK803_SET_GPIO1 _IOW('p', 1, int) 10 #define RK803_SET_GPIO2 _IOW('p', 2, int) 11 #define RK803_SET_CURENT1 _IOW('p', 3, int) 12 #define RK803_SET_CURENT2 _IOW('p', 4, int) 13 14 #endif /* _UAPI_RK803_H */ 15