16 lines
275 B
C
16 lines
275 B
C
#pragma once
|
|
#ifndef __GD25D10C_H__
|
|
#define __GD25D10C_H__
|
|
|
|
#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 */
|
|
|
|
#endif // !__GD25D10C_H__
|