blob: e851b0218aaa3914b76f6de2d4cc1350843a30cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* This file is created based on MT8188 Functional Specification
* Chapter number: 5.8
*/
#ifndef MTK_MT8188_SPI_H
#define MTK_MT8188_SPI_H
#include <spi-generic.h>
#endif
|