summaryrefslogtreecommitdiffstats
path: root/sys/sys/blist.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-18 09:38:20 +0000
committerphk <phk@FreeBSD.org>2002-05-18 09:38:20 +0000
commit9c842945722f72ec4babac50f2726e81ebbe3bcc (patch)
treedc68bd719bd603b1cf7545d42c8d6b2052992284 /sys/sys/blist.h
parentc506e4337e7269736ca3ec86b136db3a69fddc6e (diff)
downloadFreeBSD-src-9c842945722f72ec4babac50f2726e81ebbe3bcc.zip
FreeBSD-src-9c842945722f72ec4babac50f2726e81ebbe3bcc.tar.gz
Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where it
belongs. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/sys/blist.h')
-rw-r--r--sys/sys/blist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/blist.h b/sys/sys/blist.h
index cb52a6a..fa4be7e 100644
--- a/sys/sys/blist.h
+++ b/sys/sys/blist.h
@@ -30,6 +30,8 @@
#ifndef _SYS_BLIST_H_
#define _SYS_BLIST_H_
+typedef u_int32_t u_daddr_t; /* unsigned disk address */
+
static __inline int
LOG2(u_daddr_t v)
{
OpenPOWER on IntegriCloud