#ifndef _XX_XXX_H
#define _XX_XXX_H (1)
/******************************************************************************
* Copyrigh (C) 2009 by daemonpei
* File:
* Author:
* Version:
* Date:
* Description:
* Modification:
*
******************************************************************************/
/*******************************************************************************
Include
*******************************************************************************/
#include <xxx.h>
#include "xxx.h"
/*******************************************************************************
Globel
*******************************************************************************/
#define xxxx xxxx
extern xxxx xxxx;
static xxxx xxxx;
/*******************************************************************************
Class/Structure
*******************************************************************************/
/********************************************************************************
Function
********************************************************************************/
/* Purpose: s
*
* param:
*
* Return :
*
*/
#endif /* _XX_XXX_H */