18 lines
367 B
C
18 lines
367 B
C
/*
|
|
* Copyright (c) CompanyNameMagicTag 2019-2019. All rights reserved.
|
|
* Description: dw21_platform.
|
|
* Author: CompanyName
|
|
* Create: 2019-10-31
|
|
*/
|
|
#ifndef __DW21_PLATFORM_H
|
|
#define __DW21_PLATFORM_H
|
|
|
|
#include <soc_types.h>
|
|
#include <dw21_platform_rom.h>
|
|
|
|
td_void app_io_init(td_void);
|
|
td_void app_main(td_void);
|
|
|
|
#endif /* __DW21_PLATFORM_H */
|
|
|