Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hooks.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_PLATFORM_PLATFORM_H_
7#define ZEPHYR_INCLUDE_PLATFORM_PLATFORM_H_
8
29void soc_reset_hook(void);
30
37void soc_prep_hook(void);
38
46
54
62
71
80
81#endif
void soc_early_init_hook(void)
SoC hook executed before the kernel and devices are initialized.
void board_early_init_hook(void)
Board hook executed before the kernel starts.
void soc_late_init_hook(void)
SoC hook executed after the kernel and devices are initialized.
void soc_reset_hook(void)
SoC hook executed at the beginning of the reset vector.
void soc_prep_hook(void)
SoC hook executed after the reset vector.
void board_late_init_hook(void)
Board hook executed after the kernel starts.
void soc_per_core_init_hook(void)
SoC per-core initialization.