Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
espi_realtek_rts5912.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Google LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <stdlib.h>
8
14
15#ifdef CONFIG_ESPI_RTS5912_PRESERVED_DATA_HOOKS
42int espi_rts5912_get_preserved_data(size_t buf_max_size, uint8_t *buf_out);
43
66int espi_rts5912_set_preserved_data(size_t size, const uint8_t *buf_in);
67#endif /* CONFIG_ESPI_RTS5912_PRESERVED_DATA_HOOKS */
__UINT8_TYPE__ uint8_t
Definition stdint.h:88