coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
panic.c File Reference
#include <console/console.h>
#include <ec/acpi/ec.h>
#include "h8.h"
Include dependency graph for panic.c:

Go to the source code of this file.

Functions

static void h8_panic (void)
 
void die_notify (void)
 

Function Documentation

◆ die_notify()

void die_notify ( void  )

Definition at line 35 of file panic.c.

References h8_panic().

Here is the call graph for this function:

◆ h8_panic()