You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
358 B
C

#ifndef ONIX_H
#define ONIX_H
#include <onix/types.h>
#include <onix/io.h>
#include <onix/string.h>
#include <onix/console.h>
#include <onix/assert.h>
#include <onix/printk.h>
#include <onix/debug.h>
#include <onix/global.h>
#include <onix/task.h>>
#include <onix/interrupt.h>>
#include <onix/stdlib.h>>
#include <onix/clock.h>>
void kernel_init();
#endif