blob: b4a7f68b7bcfe20b2cdc477fc4adf017cbe2c688 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*******************************************************************************
2 * Copyright (C) 2007, ZTE Corporation.
3 *
4 * File Name: drvs_serial_device.h
5 * File Mark:
6 * Description:
7 * Others:
8 * Version: 1.0
9 * Author: weizhigang
10 * Date: 2009-11-12
11 * History 1:
12 * Date:
13 * Version:
14 * Author:
15 * Modification:
16 * History 2:
17 ********************************************************************************/
18
19#ifndef _DRVS_SERIAL_DEVICE_H
20#define _DRVS_SERIAL_DEVICE_H
21
22
23/****************************************************************************
24* Include files
25****************************************************************************/
26#include "drvs_io.h"
27#include "drvs_io_keys.h"
28#include "drvs_io_sio.h"
29#include "drvs_io_names.h"
30/****************************************************************************
31* Macros
32****************************************************************************/
33
34
35/****************************************************************************
36* Types
37****************************************************************************/
38
39
40/****************************************************************************
41* Function Prototypes
42****************************************************************************/
43
44
45#endif/*_DRVS_SERIAL_DEVICE_H*/
46
47
48