| .. | .. |
|---|
| 238 | 238 | extern int tape_do_io_async(struct tape_device *, struct tape_request *); |
|---|
| 239 | 239 | extern int tape_do_io_interruptible(struct tape_device *, struct tape_request *); |
|---|
| 240 | 240 | extern int tape_cancel_io(struct tape_device *, struct tape_request *); |
|---|
| 241 | | -void tape_hotplug_event(struct tape_device *, int major, int action); |
|---|
| 242 | 241 | |
|---|
| 243 | 242 | static inline int |
|---|
| 244 | 243 | tape_do_io_free(struct tape_device *device, struct tape_request *request) |
|---|
| .. | .. |
|---|
| 258 | 257 | tape_do_io_async(device, request); |
|---|
| 259 | 258 | } |
|---|
| 260 | 259 | |
|---|
| 261 | | -extern int tape_oper_handler(int irq, int status); |
|---|
| 262 | | -extern void tape_noper_handler(int irq, int status); |
|---|
| 263 | 260 | extern int tape_open(struct tape_device *); |
|---|
| 264 | 261 | extern int tape_release(struct tape_device *); |
|---|
| 265 | 262 | extern int tape_mtop(struct tape_device *, int, int); |
|---|