Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
0004  *
0005  * @File    cthw20k1.h
0006  *
0007  * @Brief
0008  * This file contains the definition of hardware access methord.
0009  *
0010  * @Author  Liu Chun
0011  * @Date    May 13 2008
0012  */
0013 
0014 #ifndef CTHW20K1_H
0015 #define CTHW20K1_H
0016 
0017 #include "cthardware.h"
0018 
0019 int create_20k1_hw_obj(struct hw **rhw);
0020 int destroy_20k1_hw_obj(struct hw *hw);
0021 
0022 #endif /* CTHW20K1_H */