drv_spi.h 344 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2022, RT-Thread Development Team
3 4 5 6 7 8
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2012-01-01    aozima       first implementation.
9
 * 2021-09-21    zhuxw        add vango v85xx spi drivers
10
 *
11 12 13 14 15 16 17
 */

#ifndef __DRV_SPI_H__
#define __DRV_SPI_H__


#endif // __DRV_SPI_H__