Files
AC707N/SDK/interface/driver/cpu/br35/asm/spiflash.h
T
2025-12-03 11:12:34 +08:00

29 lines
267 B
C

#ifndef ASM_SPIFLASH_H
#define ASM_SPIFLASH_H
#include "device/device.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