coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
leds.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef __MAINBOARD_TI_BEAGLEBONE_LEDS_H__
4 #define __MAINBOARD_TI_BEAGLEBONE_LEDS_H__
5 
12 };
13 
14 void beaglebone_leds_init(void);
15 void beaglebone_leds_set(enum beaglebone_led led, int on);
16 
17 #endif /* __MAINBOARD_TI_BEAGLEBONE_LEDS_H__ */
void beaglebone_leds_set(enum beaglebone_led led, int on)
Definition: leds.c:23
void beaglebone_leds_init(void)
Definition: leds.c:15
beaglebone_led
Definition: leds.h:6
@ BEAGLEBONE_LED_COUNT
Definition: leds.h:11
@ BEAGLEBONE_LED_USR3
Definition: leds.h:10
@ BEAGLEBONE_LED_USR0
Definition: leds.h:7
@ BEAGLEBONE_LED_USR1
Definition: leds.h:8
@ BEAGLEBONE_LED_USR2
Definition: leds.h:9