2 * Copyright 2009 Colin Günther, coling@gmx.de
3 * All Rights Reserved. Distributed under the terms of the MIT License.
9 #include <compat/sys/systm.h>
14 struct radix_bitmap
* idBuffer
;
15 struct mtx
* storeMutex
;
24 status_t
_new_unrhdr_buffer(struct unrhdr
*, uint32
);
25 void _delete_unrhdr_buffer_locked(struct unrhdr
*);
26 int _alloc_unr_locked(struct unrhdr
*);
27 void _free_unr_locked(struct unrhdr
*, u_int
);