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.
18 lines
368 B
18 lines
368 B
4 months ago
|
/*
|
||
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2019-2020. All rights reserved.
|
||
|
* Description: for huanglong initmrd driver
|
||
|
* Author: bsp
|
||
|
* Create: 2019-11-22
|
||
|
*/
|
||
|
|
||
|
#ifndef __INIT_MRD_H__
|
||
|
#define __INIT_MRD_H__
|
||
|
|
||
|
int parse_initmrd_bootargs(char *bootargs);
|
||
|
|
||
|
void set_bootlog_mem_addr(u32 addr);
|
||
|
|
||
|
void set_bootlog_mem_size(u32 size);
|
||
|
|
||
|
#endif /* __INIT_MRD_H__ */
|