|
|
| version 1.3, 2003/06/29 03:28:42 | version 1.4, 2004/05/19 22:52:48 |
|---|---|
| Line 35 | Line 35 |
| * | * |
| * $Id$ | * $Id$ |
| * $FreeBSD: src/sys/dev/vinum/vinumext.h,v 1.25.2.3 2001/05/11 02:11:06 grog Exp $ | * $FreeBSD: src/sys/dev/vinum/vinumext.h,v 1.25.2.3 2001/05/11 02:11:06 grog Exp $ |
| * $DragonFly: src/sys/dev/vinum/vinumext.h,v 1.2 2003/06/17 04:28:33 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* vinumext.h: external definitions */ | /* vinumext.h: external definitions */ |
| Line 147 void sdio(struct buf *bp); | Line 147 void sdio(struct buf *bp); |
| int vinumpart(dev_t); | int vinumpart(dev_t); |
| extern jmp_buf command_fail; /* return here if config fails */ | extern jmp_buf command_fail; /* return here if config fails */ |
| extern struct cdevsw vinum_cdevsw; | |
| #ifdef VINUMDEBUG | #ifdef VINUMDEBUG |
| /* Memory allocation and request tracing */ | /* Memory allocation and request tracing */ |
| Line 154 void vinum_meminfo(caddr_t data); | Line 155 void vinum_meminfo(caddr_t data); |
| int vinum_mallocinfo(caddr_t data); | int vinum_mallocinfo(caddr_t data); |
| int vinum_rqinfo(caddr_t data); | int vinum_rqinfo(caddr_t data); |
| void LongJmp(jmp_buf, int); | void LongJmp(jmp_buf, int); |
| char *basename(char *); | |
| #else | #else |
| void longjmp(jmp_buf, int); /* the kernel doesn't define this */ | void longjmp(jmp_buf, int); /* the kernel doesn't define this */ |
| #endif | #endif |
| int setjmp(jmp_buf); | int setjmp(jmp_buf); |
| char *basename(char *); | |
| void expand_table(void **, int, int); | void expand_table(void **, int, int); |
| struct request; | struct request; |