You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
323 B

/*
* Copyright (c) Hisilicon Technologies Co., Ltd. 2019-2020. All rights reserved.
* Description: for huanglong bootlog driver
* Author: bsp
* Create: 2019-11-22
*/
#ifndef __BOOT_LOG_H__
#define __BOOT_LOG_H__
void set_bootlog_mem_addr(u32 addr);
void set_bootlog_mem_size(u32 size);
#endif /* __BOOT_LOG_H__ */