![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * mtk-soc-card.h -- MediaTek soc card data definition 0004 * 0005 * Copyright (c) 2022 MediaTek Inc. 0006 * Author: Chunxu Li <chunxu.li@mediatek.com> 0007 */ 0008 0009 #ifndef _MTK_SOC_CARD_H_ 0010 #define _MTK_SOC_CARD_H_ 0011 0012 struct mtk_soc_card_data { 0013 void *mach_priv; 0014 void *sof_priv; 0015 }; 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |