1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
8 * This file contains the definition of hardware access methord.
17 #include "cthardware.h"
19 int create_20k2_hw_obj(struct hw **rhw);
20 int destroy_20k2_hw_obj(struct hw *hw);
22 #endif /* CTHW20K2_H */