Add missing lid file

This commit is contained in:
Carl Richell
2020-02-05 15:57:16 -07:00
parent 37d2bc1818
commit c23a5cb0e0

View File

@ -0,0 +1,11 @@
#ifndef _BOARD_LID_H
#define _BOARD_LID_H
#include <stdbool.h>
extern bool lid_state;
extern bool lid_wake;
void lid_event(void);
#endif // _BOARD_LID_H