add a comment.

This commit is contained in:
yamt 2005-04-06 13:13:05 +00:00
parent dad03fda36
commit d5b26ed899
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: blist.h,v 1.5 2005/04/06 13:09:10 yamt Exp $ */
/* $NetBSD: blist.h,v 1.6 2005/04/06 13:13:05 yamt Exp $ */
/*-
* Copyright (c) 1998 Matthew Dillon. All Rights Reserved.
@ -57,6 +57,11 @@
#ifndef _SYS_BLIST_H_
#define _SYS_BLIST_H_
/*
* for space efficiency, sizeof(blist_bitmap_t) should be
* greater than or equal to sizeof(blist_blkno_t).
*/
typedef uint32_t blist_bitmap_t;
typedef uint32_t blist_blkno_t;