summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8188/include/soc/spi.h
blob: 53aba2524348b772e60a4e5b0d64745acc366a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

/*
 * This file is created based on MT8188 Functional Specification
 * Chapter number: 5.8, 5.19
 */

#ifndef MTK_MT8188_SPI_H
#define MTK_MT8188_SPI_H

#include <spi-generic.h>

void mtk_snfc_init(void);

#endif