]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - libfrog/util.h
libfrog: fix bitmap error communication problems
[thirdparty/xfsprogs-dev.git] / libfrog / util.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef __LIBFROG_UTIL_H__
7 #define __LIBFROG_UTIL_H__
8
9 unsigned int log2_roundup(unsigned int i);
10
11 #endif /* __LIBFROG_UTIL_H__ */