bundletype
CPU_T


bundletype CPU_T = { include "${BUILDDIR}/oskit/machine/base_cpu.h"
base_cpu_load
base_cpu_init
base_cpuid
cpu_setup }

C types:

extern struct cpu_info base_cpuid;
extern void base_cpu_init(void);
extern void base_cpu_load(void);

Extended by:

Exported by:
base_cpu, x86

Imported by:
BIOS, OSKit_Bootstrap, linux_dev, linux_devices, multiboot, multiboot_main


Rendered using Haskell HTML Combinators