13 lines
208 B
C
Raw Normal View History

2025-04-08 18:46:12 +08:00
#ifndef __DRV_SPI_H__
#define __DRV_SPI_H__
#include "typedef.h"
#include "spi.h"
#include "spi_pub.h"
#include "gpio_pub.h"
int rt_hw_spi_bus_register(char *name);
int rt_hw_spi_device_init(void);
#endif