coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wakeup.c File Reference
#include <soc/power.h>
#include <soc/wakeup.h>
Include dependency graph for wakeup.c:

Go to the source code of this file.

Functions

void wakeup (void)
 
int get_wakeup_state (void)
 
void wakeup_enable_uart (void)
 

Function Documentation

◆ get_wakeup_state()

int get_wakeup_state ( void  )

Definition at line 17 of file wakeup.c.

◆ wakeup()

void wakeup ( void  )

Definition at line 6 of file wakeup.c.

◆ wakeup_enable_uart()

void wakeup_enable_uart ( void  )

Definition at line 34 of file wakeup.c.