blob: b7cbe82d71bd801f3db789fa3721054889d11f55 [file] [log] [blame]
Thomas Gleixner5765e782019-05-31 01:09:25 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Wai Yew CHAY8cc72362009-05-14 08:05:58 +02002/**
3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
4 *
Wai Yew CHAY8cc72362009-05-14 08:05:58 +02005 * @File cthw20k1.h
6 *
7 * @Brief
8 * This file contains the definition of hardware access methord.
9 *
10 * @Author Liu Chun
11 * @Date May 13 2008
Wai Yew CHAY8cc72362009-05-14 08:05:58 +020012 */
13
14#ifndef CTHW20K1_H
15#define CTHW20K1_H
16
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 */