tlb.h 253 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _ASM_TLB_H
  6. #define _ASM_TLB_H
  7. #include <linux/pagemap.h>
  8. #include <asm/tlbflush.h>
  9. #include <asm-generic/tlb.h>
  10. #endif