sbc-regs.h 311 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * UniPhier SBC (System Bus Controller) registers
  4. *
  5. * Copyright (C) 2011-2014 Panasonic Corporation
  6. * Copyright (C) 2015-2016 Socionext Inc.
  7. */
  8. #ifndef ARCH_SBC_REGS_H
  9. #define ARCH_SBC_REGS_H
  10. int uniphier_sbc_boot_is_swapped(void);
  11. #endif /* ARCH_SBC_REGS_H */