1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-07 10:09:34 +00:00
Files
a155-U-u1/kernel-5.10/include/linux/usb/mtk-usb-audio.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

17 lines
514 B
C

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2022 Samsung Electronics Co. Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef __LINUX_USB_MTK_AUDIO_H
#define __LINUX_USB_MTK_AUDIO_H
void mtk_usb_audio_init(void);
void mtk_usb_audio_exit(void);
#endif /* __LINUX_USB_MTK_AUDIO_H */