64#define MANIFEST_STRING_MAX 128
66#define MANIFEST_SECTION_MAX 64
uint64_t manifest_parse(manifest_t *manifest, const char *path)
char * manifest_get_value(section_t *section, const char *key)
void manifest_substitute(manifest_t *manifest, substitution_t *substitutions, uint64_t amount)
#define MANIFEST_SECTION_MAX
#define MANIFEST_STRING_MAX
uint64_t manifest_get_integer(section_t *section, const char *key)
static percpu_section_t sections[PERCPU_MAX_SECTIONS]
We cant do memory allocation during early boot so we have to statically allocate the percpu sections.