coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_dock (void)
 
void dock_connect (void)
 
void dock_disconnect (void)
 
int dock_present (void)
 

Function Documentation

◆ dock_connect()

void dock_connect ( void  )

Definition at line 215 of file dock.c.

◆ dock_disconnect()

void dock_disconnect ( void  )

Definition at line 234 of file dock.c.

◆ dock_present()

int dock_present ( void  )

Definition at line 36 of file dock.c.

◆ init_dock()

void init_dock ( void  )