• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */
2 /*
3  * Copyright (C) 2021 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef _UAPI_RK803_H
7 #define _UAPI_RK803_H
8 
9 #include <linux/types.h>
10 
11 #define RK803_SET_GPIO1		_IOW('p',  1, int)
12 #define RK803_SET_GPIO2		_IOW('p',  2, int)
13 #define RK803_SET_CURENT1	_IOW('p',  3, int)
14 #define RK803_SET_CURENT2	_IOW('p',  4, int)
15 
16 #endif /* _UAPI_RK803_H */
17