18 lines
534 B
C
18 lines
534 B
C
/* sound\soc\sunxi\snd_sunxi_mach.h
|
|
* (C) Copyright 2021-2025
|
|
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
|
|
* Dby <dby@allwinnertech.com>
|
|
*
|
|
* 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 __SND_SUNXI_MACH_H
|
|
#define __SND_SUNXI_MACH_H
|
|
|
|
#include "snd_sunxi_mach_utils.h"
|
|
|
|
#endif /* __SND_SUNXI_MACH_H */
|