coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
#include <device/pnp_ops.h>
#include <console/console.h>
#include <device/pnp.h>
#include "pilot.h"
Include dependency graph for early_init.c:

Go to the source code of this file.

Macros

#define BLUBB_DEV   PNP_DEV(port, 0x04)
 

Functions

void pilot_early_init (pnp_devfn_t dev)
 

Macro Definition Documentation

◆ BLUBB_DEV

#define BLUBB_DEV   PNP_DEV(port, 0x04)

Definition at line 5 of file early_init.c.

Function Documentation

◆ pilot_early_init()