mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 17:43:31 +08:00
18 lines
292 B
C
18 lines
292 B
C
/*
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
*/
|
|
|
|
#ifndef SDRAM_H_INCLUDED
|
|
#define SDRAM_H_INCLUDED
|
|
|
|
#define SDRAM_CONFIG_32BIT
|
|
|
|
void SDRAM_Init (void);
|
|
|
|
#endif // SDRAM_H_INCLUDED
|