BR 3392443: Missing prototype of alignlog2_64
commit120819e73c33b316bfe02e2bacdd22108763a12b
authorAndrei Vukolov <andrei.vukolov@gmail.com>
Wed, 11 Oct 2017 19:19:17 +0000 (11 12:19 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 11 Oct 2017 19:19:17 +0000 (11 12:19 -0700)
treec5b5201f5851f5e6ed21e5aa05c0c317579fd8eb
parent0a126062fbeb22658ab4f7aace115c6353f33f08
BR 3392443: Missing prototype of alignlog2_64

The prototype:

extern int const_func alignlog2_64(uint64_t v);

were missed in ilog2.h
After adding, the build proceeds successfully.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/ilog2.h