Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2249 → Rev 2250

/trunk/boot/genarch/balloc.h
31,6 → 31,8
 
#include <types.h>
 
#define BALLOC_MAX_SIZE (1024 * 1024)
 
typedef struct {
uintptr_t base;
size_t size;