Zephyr API
3.6.99
Loading...
Searching...
No Matches
printk-hooks.h
Go to the documentation of this file.
1
/*
2
* Copyright 2024 Google LLC
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_SYS_PRINTK_HOOKS_H_
8
#define ZEPHYR_INCLUDE_SYS_PRINTK_HOOKS_H_
9
17
typedef
int (*
printk_hook_fn_t
)(
int
c);
18
26
void
__printk_hook_install(
printk_hook_fn_t
fn);
27
36
printk_hook_fn_t
__printk_get_hook(
void
);
37
38
#endif
/* ZEPHYR_INCLUDE_SYS_PRINTK_HOOKS_H_ */
printk_hook_fn_t
int(* printk_hook_fn_t)(int c)
printk function handler
Definition
printk-hooks.h:17
zephyr
sys
printk-hooks.h
Generated on Tue Nov 5 2024 12:37:35 for Zephyr API by
1.12.0