mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
V1.0.5
This commit is contained in:
17
application/baremetal/bootloader/lib/aicupg/log_buf.h
Normal file
17
application/baremetal/bootloader/lib/aicupg/log_buf.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2023, Artinchip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Wu Dehuang <dehuang.wu@artinchip.com>
|
||||
*/
|
||||
|
||||
#ifndef _LOG_BUF_H_
|
||||
#define _LOG_BUF_H_
|
||||
|
||||
int log_buf_init(void);
|
||||
int log_buf_get_len(void);
|
||||
int log_buf_write(char *in, int len);
|
||||
int log_buf_read(char *out, int len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user