Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/cpu/cpu.c

    rf651e80 r9dae191e  
    4242#include <mm/page.h>
    4343#include <mm/frame.h>
    44 #include <arch/types.h>
     44#include <typedefs.h>
    4545#include <config.h>
    4646#include <panic.h>
     
    4848#include <adt/list.h>
    4949#include <print.h>
     50#include <sysinfo/sysinfo.h>
    5051
    5152cpu_t *cpus;
Note: See TracChangeset for help on using the changeset viewer.