summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rpreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rp/rpreg.h')
-rw-r--r--sys/dev/rp/rpreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h
index 6852f7c..1122ace 100644
--- a/sys/dev/rp/rpreg.h
+++ b/sys/dev/rp/rpreg.h
@@ -368,7 +368,6 @@ struct CONTROLLER_str
struct resource **io; /* IO resources */
struct rp_port *rp; /* port */
- struct tty *tty; /* tty */
/* Device nodes */
struct cdev **dev_nodes;
@@ -1005,6 +1004,7 @@ void sEnInterrupts(CHANNEL_T *ChP,Word_t Flags);
void sDisInterrupts(CHANNEL_T *ChP,Word_t Flags);
int rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports);
void rp_releaseresource(CONTROLLER_t *ctlp);
+void rp_untimeout(void);
#ifndef ROCKET_C
extern Byte_t R[RDATASIZE];
OpenPOWER on IntegriCloud