Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
info.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: Apache-2.0
3 * Copyright (c) 2019 Intel Corp.
4 */
5
6extern void multiboot(void);
7extern void acpi(void);
8extern void timer(void);
9extern void memmap(void);
void timer(void)
Definition kobject.c:1325
void memmap(void)
Definition main.c:14
void acpi(void)
Definition acpi.c:110
void multiboot(void)
Definition main.c:9