/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * See file CREDITS for list of people who contributed to this * project. */ #ifndef __INT_SQRT__ #define __INT_SQRT__ unsigned long int_sqrt(unsigned long x); #endif