diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-14 07:05:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-14 07:05:01 +0000 |
commit | e95acfe407f245223d1adb3cd267030763a565f2 (patch) | |
tree | f865dd4ffe40ba205b3ec61fa8b3dac7d5607821 /sys | |
parent | 638f2cb09044312f769da2102167e7ef1d1e39f8 (diff) |
External variable disk_change.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/disk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 39a849e89f2..874593334fa 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disk.h,v 1.6 2001/01/25 03:50:53 todd Exp $ */ +/* $OpenBSD: disk.h,v 1.7 2001/05/14 07:05:00 angelos Exp $ */ /* $NetBSD: disk.h,v 1.11 1996/04/28 20:22:50 thorpej Exp $ */ /* @@ -140,6 +140,7 @@ TAILQ_HEAD(disklist_head, disk); /* the disklist is a TAILQ */ #ifdef _KERNEL extern int disk_count; /* number of disks in global disklist */ +extern int disk_change; /* disk attached/detached */ void disk_init __P((void)); int disk_construct __P((struct disk *, char *)); |