mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-04-04 21:14:58 -07:00
10 lines
126 B
C
10 lines
126 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
#include "kernel.h"
|
|
|
|
extern void* kernel_heap_start;
|
|
extern void* kernel_heap_end;
|
|
|
|
#endif
|