/** * Copyright(c) 2011 Sunmedia Technologies - All Rights Reserved. * * @file * Common macros, declarations and definitions of Analog Database. * * @author jun.luo * */ #ifndef _ADB_H_ #define _ADB_H_ #include "db_common.h" #ifdef __cplusplus extern "C"{ #endif /** * @addtogroup ADB_APIS Common macros, declarations and definitions of Analog Database. * @{ */ /** Exported constants */ enum { ADB_MAGIC_CODE = 0xbabeface, /**< used to judge the analog DB whether be initialized */ /** Values for frequency scan range */ ADB_FREQUENCY_MIN = 44250000, /**