Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / sound / pci / ctxfi / cthw20k1.h
blobb7cbe82d71bd801f3db789fa3721054889d11f55
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /**
3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
5 * @File cthw20k1.h
7 * @Brief
8 * This file contains the definition of hardware access methord.
10 * @Author Liu Chun
11 * @Date May 13 2008
14 #ifndef CTHW20K1_H
15 #define CTHW20K1_H
17 #include "cthardware.h"
19 int create_20k1_hw_obj(struct hw **rhw);
20 int destroy_20k1_hw_obj(struct hw *hw);
22 #endif /* CTHW20K1_H */