10 lines
168 B
C
10 lines
168 B
C
|
#pragma once
|
||
|
|
||
|
|
||
|
#include "types.h"
|
||
|
#include <stddef.h>
|
||
|
#include <stdint.h>
|
||
|
int zeroSetup();
|
||
|
|
||
|
int zeroMmap(uaddr_t *uaddr, size_t size, uint32_t rights, uint32_t flags);
|