aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/dock.h
blob: cd682234b53fed22e23a848b79c7f04e19582398 (plain)
1
2
3
4
5
6
7
8
9
#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);
extern int dock_ultrabay_device_present(void);
#endif