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_X201_DOCK_H
4 #define THINKPAD_X201_DOCK_H
5 void init_dock(void);
6 void dock_connect(void);
7 void dock_disconnect(void);
8 int dock_present(void);
9 #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
void init_dock(void)