bitsperlong.h 377 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
  2. /*
  3. * Copyright (C) 2012 ARM Ltd.
  4. * Copyright (C) 2015 Regents of the University of California
  5. */
  6. #ifndef _UAPI_ASM_RISCV_BITSPERLONG_H
  7. #define _UAPI_ASM_RISCV_BITSPERLONG_H
  8. #define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8)
  9. #include <asm-generic/bitsperlong.h>
  10. #endif /* _UAPI_ASM_RISCV_BITSPERLONG_H */