mmu.h 210 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (C) 2005-2017 Andes Technology Corporation
  3. #ifndef __NDS32_MMU_H
  4. #define __NDS32_MMU_H
  5. typedef struct {
  6. unsigned int id;
  7. void *vdso;
  8. } mm_context_t;
  9. #endif