summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/include/serial.h')
-rw-r--r--nuttx/arch/arm/include/serial.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/nuttx/arch/arm/include/serial.h b/nuttx/arch/arm/include/serial.h
index 636e90947..d539d2733 100644
--- a/nuttx/arch/arm/include/serial.h
+++ b/nuttx/arch/arm/include/serial.h
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/include/serial.h
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -41,17 +41,12 @@
****************************************************************************/
#include <sys/types.h>
+#include <nuttx/ioctl.h>
/****************************************************************************
* Definitions
****************************************************************************/
-/* IOCTL commands supported by the ARM serial driver */
-
-#define TIOCSBRK 0x5401 /* BSD compatibility */
-#define TIOCCBRK 0x5402 /* " " " " */
-#define TIOCSERGSTRUCT 0x5403 /* Get up_dev_t for port */
-
/****************************************************************************
* Public Data
****************************************************************************/