summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/lcd.h
blob: f52ee8af0eac874f551e349c1dd4458d96309b96 (plain)
1
2
3
4
5
6
7
#include <stdint.h>

int eos_lcd_init(void);
int eos_lcd_sleep(void);
int eos_lcd_wake(void);
int eos_lcd_take(void);
int eos_lcd_give(void);