/**1* Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.2*3* This source file is released under GPL v2 license (no other versions).4* See the COPYING file included in the main directory of this source5* distribution for the license terms and conditions.6*7* @File cthw20k2.h8*9* @Brief10* This file contains the definition of hardware access methord.11*12* @Author Liu Chun13* @Date May 13 200814*15*/1617#ifndef CTHW20K2_H18#define CTHW20K2_H1920#include "cthardware.h"2122int create_20k2_hw_obj(struct hw **rhw);23int destroy_20k2_hw_obj(struct hw *hw);2425#endif /* CTHW20K2_H */262728