sbi_math.h 274 B

123456789101112131415
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2020 Western Digital Corporation or its affiliates.
  5. *
  6. * Authors:
  7. * Atish Patra <atish.patra@wdc.com>
  8. */
  9. #ifndef __SBI_MATH_H__
  10. #define __SBI_MATH_H__
  11. unsigned long log2roundup(unsigned long x);
  12. #endif