Blame ld10k1/src/ld10k1_driver.h

Packit Service b98cfc
/*
Packit Service b98cfc
 *  EMU10k1 loader
Packit Service b98cfc
 *
Packit Service b98cfc
 *  Copyright (c) 2003,2004 by Peter Zubaj
Packit Service b98cfc
 *
Packit Service b98cfc
 *   This program is free software; you can redistribute it and/or modify
Packit Service b98cfc
 *   it under the terms of the GNU General Public License as published by
Packit Service b98cfc
 *   the Free Software Foundation; either version 2 of the License, or
Packit Service b98cfc
 *   (at your option) any later version.
Packit Service b98cfc
 *
Packit Service b98cfc
 *   This program is distributed in the hope that it will be useful,
Packit Service b98cfc
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service b98cfc
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service b98cfc
 *   GNU General Public License for more details.
Packit Service b98cfc
 *
Packit Service b98cfc
 *   You should have received a copy of the GNU General Public License
Packit Service b98cfc
 *   along with this program; if not, write to the Free Software
Packit Service b98cfc
 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit Service b98cfc
 *
Packit Service b98cfc
 */
Packit Service b98cfc
 
Packit Service b98cfc
#ifndef __LD10K1_DRIVER_H
Packit Service b98cfc
#define __LD10K1_DRIVER_H
Packit Service b98cfc
Packit Service b98cfc
int ld10k1_update_driver(ld10k1_dsp_mgr_t *dsp_mgr);
Packit Service b98cfc
int ld10k1_init_driver(ld10k1_dsp_mgr_t *dsp_mgr, int tram_size);
Packit Service b98cfc
Packit Service b98cfc
#endif /* __LD10K1_DRIVER_H */