fea6bd1690
Move the old docking code from romstage.c to dock.c, and use that code both in romstage and SMM code. Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
8 lines
189 B
C
8 lines
189 B
C
#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
|