Add missing lid file
This commit is contained in:
11
src/board/system76/galp3-c/include/board/lid.h
Normal file
11
src/board/system76/galp3-c/include/board/lid.h
Normal 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
|
Reference in New Issue
Block a user