13 lines
217 B
C
13 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2023 Marian Postevca <posteuca@mutex.one>
|
|
*/
|
|
|
|
#ifndef __ACP3X_ES83XX_H
|
|
#define __ACP3X_ES83XX_H
|
|
|
|
void acp3x_es83xx_init_ops(struct acp_mach_ops *ops);
|
|
|
|
#endif
|
|
|