/******************************************************************************* | |
* Copyright (C) 2007, ZTE Corporation. | |
* | |
* File Name: drvs_serial_device.h | |
* File Mark: | |
* Description: | |
* Others: | |
* Version: 1.0 | |
* Author: weizhigang | |
* Date: 2009-11-12 | |
* History 1: | |
* Date: | |
* Version: | |
* Author: | |
* Modification: | |
* History 2: | |
********************************************************************************/ | |
#ifndef _DRVS_SERIAL_DEVICE_H | |
#define _DRVS_SERIAL_DEVICE_H | |
/**************************************************************************** | |
* Include files | |
****************************************************************************/ | |
#include "drvs_io.h" | |
#include "drvs_io_keys.h" | |
#include "drvs_io_sio.h" | |
#include "drvs_io_names.h" | |
/**************************************************************************** | |
* Macros | |
****************************************************************************/ | |
/**************************************************************************** | |
* Types | |
****************************************************************************/ | |
/**************************************************************************** | |
* Function Prototypes | |
****************************************************************************/ | |
#endif/*_DRVS_SERIAL_DEVICE_H*/ | |