patch-2.4.20 linux-2.4.20/drivers/sgi/char/sgiserial.h
Next file: linux-2.4.20/drivers/sgi/char/shmiq.c
Previous file: linux-2.4.20/drivers/sgi/char/sgiserial.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Thu Nov 28 15:53:14 2002
- Orig file:
linux-2.4.19/drivers/sgi/char/sgiserial.h
- Orig date:
Mon Aug 27 08:56:31 2001
diff -urN linux-2.4.19/drivers/sgi/char/sgiserial.h linux-2.4.20/drivers/sgi/char/sgiserial.h
@@ -57,7 +57,7 @@
/*
* Definitions for ZILOG_struct (and serial_struct) flags field
*/
-#define ZILOG_HUP_NOTIFY 0x0001 /* Notify getty on hangups and closes
+#define ZILOG_HUP_NOTIFY 0x0001 /* Notify getty on hangups and closes
on the callout port */
#define ZILOG_FOURPORT 0x0002 /* Set OU1, OUT2 per AST Fourport settings */
#define ZILOG_SAK 0x0004 /* Secure Attention Key (Orange book) */
@@ -93,7 +93,7 @@
#ifdef __KERNEL__
/*
* This is our internal structure for each serial port's state.
- *
+ *
* Many fields are paralleled by the structure used by the serial_struct
* structure.
*
@@ -406,7 +406,7 @@
/* Read Register 15 (value of WR 15) */
/* Misc inlines */
-extern inline void ZS_CLEARERR(struct sgi_zschannel *channel)
+static inline void ZS_CLEARERR(struct sgi_zschannel *channel)
{
volatile unsigned char junk;
@@ -416,7 +416,7 @@
junk = ioc_icontrol->istat0;
}
-extern inline void ZS_CLEARFIFO(struct sgi_zschannel *channel)
+static inline void ZS_CLEARFIFO(struct sgi_zschannel *channel)
{
volatile unsigned char junk;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)