brintos

brintos / linux-shallow public Read only

0
0
Text · 217 B · 03551ff Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/*3 * Copyright 2023 Marian Postevca <posteuca@mutex.one>4 */5 6#ifndef __ACP3X_ES83XX_H7#define __ACP3X_ES83XX_H8 9void acp3x_es83xx_init_ops(struct acp_mach_ops *ops);10 11#endif12 13