/** * @(#)Elonics_E4000.h * * ========================================================== * Version: 2.0 * Date: 2008.07.02 * ========================================================== * * ========================================================== * History: * * Date Author Description * ---------------------------------------------------------- * * 2008.07.02 Tom Lin added tuner version * ========================================================== * * Copyright 2005 Afatech, Inc. All rights reserved. * */ #ifndef __Elonics_E4000_H__ #define __Elonics_E4000_H__ #define E4000_VER_MAJOR 2 #define E4000_VER_MINOR 0 extern TunerDescription tuner_E4000; /** * */ Dword E4000_open ( IN Demodulator* demodulator, IN Byte chip ); /** * */ Dword E4000_close ( IN Demodulator* demodulator, IN Byte chip ); /** * */ Dword E4000_set ( IN Demodulator* demodulator, IN Byte chip, IN Word bandwidth, IN Dword frequency ); #endif