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