zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/cp/ps/driver/inc/io/drvs_serial_device.h b/cp/ps/driver/inc/io/drvs_serial_device.h
new file mode 100644
index 0000000..b4a7f68
--- /dev/null
+++ b/cp/ps/driver/inc/io/drvs_serial_device.h
@@ -0,0 +1,48 @@
+/*******************************************************************************

+ * 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*/

+

+

+