aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/dock.h
blob: 05c5cc4764eb1864a7b4e3c731965aa7a5de63bc (plain)
1
2
3
4
5
6
7
8
#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