#include <errno.h>
#include <arch/x86/multiboot.h>
#include <types.h>
#include "pm.h"
Go to the source code of this file.
Macros |
#define | ALIGN_UP(boundary, val) (val + (boundary - 1)) & (~(boundary - 1)) |
Detailed Description
- Author:
- Julian Pidancet
-
Julien Delange
- Date:
- 2008-2009
Definition in file pm.c.
Macro Definition Documentation
#define ALIGN_UP |
( |
|
boundary, |
|
|
|
val |
|
) |
| (val + (boundary - 1)) & (~(boundary - 1)) |
Definition at line 30 of file pm.c.
Function Documentation
Definition at line 44 of file pm.c.
{
#ifdef POK_NEEDS_DMA
#else
#endif
}
Allocation function, very basic, just allocate new memory space each time
Definition at line 68 of file pm.c.
Variable Documentation
Definition at line 40 of file pm.c.
Definition at line 41 of file pm.c.
Definition at line 39 of file pm.c.