Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2)  * This header provides constants for netxbig LED bindings.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  * This file is licensed under the terms of the GNU General Public
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  * License version 2.  This program is licensed "as is" without any
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  * warranty of any kind, whether express or implied.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #ifndef _DT_BINDINGS_LEDS_NETXBIG_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #define _DT_BINDINGS_LEDS_NETXBIG_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define NETXBIG_LED_OFF		0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #define NETXBIG_LED_ON		1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define NETXBIG_LED_SATA	2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define NETXBIG_LED_TIMER1	3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #define NETXBIG_LED_TIMER2	4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */