feat: reformatted code base to be more standard
This commit is contained in:
14
include/myke/command.h
Normal file
14
include/myke/command.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by rick on 23-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_COMMAND_H
|
||||
#define NEW_KERNEL_COMMAND_H
|
||||
|
||||
#include "multiboot.h"
|
||||
|
||||
void store_bootloader_info(multiboot_info_t *multiboot_info);
|
||||
|
||||
void main_loop(void* data);
|
||||
|
||||
#endif //NEW_KERNEL_COMMAND_H
|
||||
Reference in New Issue
Block a user