coreboot-kgpe-d16/src/mainboard/lenovo/t60/dock.h

9 lines
189 B
C
Raw Normal View History

#ifndef THINKPAD_X60_DOCK_H
#define THINKPAD_X60_DOCK_H
extern int dock_connect(void);
extern void dock_disconnect(void);
extern int dock_present(void);
extern int dlpc_init(void);
#endif