spinand.h 154 B

123456
  1. #ifndef __SPINAND__H__
  2. #define __SPINAND__H__
  3. int spinand_storage_ioctl(const struct device *dev, uint8_t cmd, void *buff);
  4. #endif /* __SPINAND__H__ */