brintos

brintos / linux-shallow public Read only

0
0
Text · 437 B · ffb019a Raw
23 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.4 *5 * @File	cthw20k1.h6 *7 * @Brief8 * This file contains the definition of hardware access methord.9 *10 * @Author	Liu Chun11 * @Date 	May 13 200812 */13 14#ifndef CTHW20K1_H15#define CTHW20K1_H16 17#include "cthardware.h"18 19int create_20k1_hw_obj(struct hw **rhw);20int destroy_20k1_hw_obj(struct hw *hw);21 22#endif /* CTHW20K1_H */23