blob: d33f014689641f2cb597fde46628f28248c0fd6d [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* All Rights Reserved.
*/
#ifndef __LIBFROG_UTIL_H_
#define __LIBFROG_UTIL_H_
unsigned int log2_roundup(unsigned int i);
#endif /* __LIBFROG_UTIL_H_ */