KT26-0607_AC695n-BTE-SDK312/include_lib/driver/cpu/br23/asm/spiflash.h

30 lines
296 B
C
Raw Normal View History

2026-06-07 11:38:16 +00:00
#ifndef ASM_SPIFLASH_H
#define ASM_SPIFLASH_H
#include "device/device.h"
#include "device/spiflash.h"
extern const struct device_operations spiflash_dev_ops;
extern const struct device_operations sfcflash_dev_ops;
extern const struct device_operations sdfile_dev_ops;
#endif