23 lines
335 B
C
23 lines
335 B
C
#ifndef __GD25D10C_H__
|
|
#define __GD25D10C_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "app_config.h"
|
|
#include "elite_board.h"
|
|
#include "block_dev_drv_if.h"
|
|
|
|
#if (DEF_GD25D10C_ENABLED)
|
|
|
|
extern const block_dev_drv_if_t gd25d110c;
|
|
|
|
#endif /* ! DEF_GD25D10C_ENABLED */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __GD25D10C_H__ */
|