/**************************************************************************** * NAME: DMW_EpgRating.h *---------------------------------------------------------------------------- * Copyright (c) DIGITAL STREAM Technology Inc. *---------------------------------------------------------------------------- * CREATED_BY: Do Gon Lee * CREATION_DATE: 2009/08/26 * $Author: foxhunt $ * $Revision: 1.0 $ * $Date: 2009/08/26 15:05:50 $ *---------------------------------------------------------------------------- * PURPOSE: * - DMW_EpgRating.c header file *****************************************************************************/ #ifndef _DMW_EPG_RATING_H_ #define _DMW_EPG_RATING_H_ /*_____ I N C L U D E __________________________________________*/ /*_____ D E F I N I T I O N ____________________________________*/ /*_____ F U N C T I O N ________________________________________*/ STATUS Dmc_FlattenRrtSection(const rrtSectionPtr_t rrt, UINT32 *pFlattenSize, UINT8 *pSectionBuf); STATUS Dmc_RestoreRrtSection(rrtSectionPtr_t *prrt, UINT8 *pSectionBuf); #endif /* _DMW_EPG_RATING_H_ */