/** * @(#)Philips_TDA18271.h * * ========================================================== * Version: 2.0 * Date: 2008.07.02 * ========================================================== * * ========================================================== * History: * * Date Author Description * ---------------------------------------------------------- * * 2008.07.02 Tom Lin added tuner version * ========================================================== * * Copyright 2007 Afatech, Inc. All rights reserved. * */ #ifndef __Philips_TDA18271_H__ #define __Philips_TDA18271_H__ #define TDA18271_VER_MAJOR 2 #define TDA18271_VER_MINOR 0 extern TunerDescription tuner_TDA18271; /** * */ Dword TDA18271_open ( IN Demodulator* demodulator, IN Byte chip ); /** * */ Dword TDA1821_close ( IN Demodulator* demodulator, IN Byte chip ); /** * */ Dword TDA1821_set ( IN Demodulator* demodulator, IN Byte chip, IN Word bandwidth, IN Dword frequency ); #endif