diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/cirbuf.h | 1 | ||||
-rw-r--r-- | device/conf.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/device/cirbuf.h b/device/cirbuf.h index a3f50ce..5e4360b 100644 --- a/device/cirbuf.h +++ b/device/cirbuf.h @@ -52,7 +52,6 @@ extern int putc(int, struct cirbuf *); extern int getc(struct cirbuf *); extern int q_to_b(struct cirbuf *, char *, int); extern int b_to_q(char *, int, struct cirbuf *); -extern int nqdb(struct cirbuf *, int); extern void ndflush(struct cirbuf *, int); extern void cb_clear(struct cirbuf *); diff --git a/device/conf.h b/device/conf.h index e91e099..8aacc86 100644 --- a/device/conf.h +++ b/device/conf.h @@ -105,10 +105,5 @@ extern int dev_indirect_count; di < &dev_indirect_list[dev_indirect_count]; \ di++) -/* - * Exported routine to set indirection. - */ -extern void dev_set_indirect(char *, dev_ops_t, int); - #endif /* _DEVICE_CONF_H_ */ |