linux/arch/powerpc/include/asm/nohash/64/mmu.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _ASM_POWERPC_NOHASH_64_MMU_H_
   3#define _ASM_POWERPC_NOHASH_64_MMU_H_
   4
   5/* Freescale Book-E software loaded TLB or Book-3e (ISA 2.06+) MMU */
   6#include <asm/nohash/mmu-book3e.h>
   7
   8#ifndef __ASSEMBLY__
   9typedef struct page *pgtable_t;
  10#endif
  11
  12#endif /* _ASM_POWERPC_NOHASH_64_MMU_H_ */
  13