Linux Audio

Check our new training course

Loading...
v4.6
 
1#ifndef _ASM_CE4100_H_
2#define _ASM_CE4100_H_
3
4int ce4100_pci_init(void);
5
6#endif
v6.8
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_CE4100_H_
3#define _ASM_CE4100_H_
4
5int ce4100_pci_init(void);
6
7#endif