7 lines
101 B
C
7 lines
101 B
C
|
#pragma once
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
// The size has to be page-aligned
|
||
|
void* buffer_init(usize size);
|