summaryrefslogtreecommitdiffstats
path: root/include/int_sqrt.h
blob: d5dfd29ca08893592c1d92bcf9377019c8168373 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __INT_SQRT__
#define __INT_SQRT__

unsigned long int_sqrt(unsigned long x);

#endif