POK(kernelpart)
|
#include <errno.h>
#include <arch.h>
#include <core/debug.h>
#include "cons.h"
#include "sparc_conf.h"
Go to the source code of this file.
Functions | |
int | pok_bsp_init (void) |
void * | pok_bsp_mem_alloc (size_t sz) |
Variables | |
char | _end [] |
Definition in file bsp.c.
int pok_bsp_init | ( | void | ) |
void* pok_bsp_mem_alloc | ( | size_t | sz | ) |
Used for partition allocation. For SPARC support, all partitions are aligned on page size and all partition sizes have to be less than page size.
Definition at line 44 of file bsp.c.
char _end[] |