]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - include/libfrog.h
xfs_io: don't read garbage stack contents if INUMBERS goes nuts
[thirdparty/xfsprogs-dev.git] / include / libfrog.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
DW
5 */
6#ifndef __LIBFROG_UTIL_H_
7#define __LIBFROG_UTIL_H_
8
9unsigned int log2_roundup(unsigned int i);
10
11#endif /* __LIBFROG_UTIL_H_ */