coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dock.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef THINKPAD_X60_DOCK_H
4 #define THINKPAD_X60_DOCK_H
5 
6 int dock_connect(void);
7 void dock_disconnect(void);
8 int dock_present(void);
9 int dlpc_init(void);
11 #endif
void dock_connect(void)
Definition: dock.c:215
void dock_disconnect(void)
Definition: dock.c:234
int dock_present(void)
Definition: dock.c:36
int dlpc_init(void)
Definition: dock.c:72
int dock_ultrabay_device_present(void)
Definition: dock.c:246