2 * Copyright 2005-2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_BOOT_ITEM_H
6 #define _KERNEL_BOOT_ITEM_H
8 #include <SupportDefs.h>
15 extern status_t
boot_item_init(void);
17 extern status_t
add_boot_item(const char *name
, void *data
, size_t size
);
18 extern void *get_boot_item(const char *name
, size_t *_size
);
24 #endif /* _KERNEL_BOOT_ITEM_H */