summaryrefslogtreecommitdiffstats
path: root/apps/init/memory.h
blob: 378de601c22096537282570da0656a78a07081da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _INIT_MEMORY_H
#define _INIT_MEMORY_H 1

#include <jove/object.h>

extern KernelObjectDirectory untypedDirectory;

void pager_setup();

#endif