TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
log_backend_ringbuf.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef LOG_BACKEND_RINGBUF_H_
8#define LOG_BACKEND_RINGBUF_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
21int log_backend_ringbuf_get_claim(uint8_t **data, size_t length);
22
29int log_backend_ringbuf_finish_claim(size_t length);
30
36
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* LOG_BACKEND_RINGBUF_H_ */
void log_backend_ringbuf_clear(void)
Definition log_backend_ringbuf.c:53
size_t log_backend_ringbuf_get_used(void)
Definition log_backend_ringbuf.c:59
int log_backend_ringbuf_get_claim(uint8_t **data, size_t length)
Definition log_backend_ringbuf.c:36
int log_backend_ringbuf_finish_claim(size_t length)
Definition log_backend_ringbuf.c:47
__UINT8_TYPE__ uint8_t