xil_mmu.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /******************************************************************************
  2. * Copyright (c) 2015 - 2020 Xilinx, Inc. All rights reserved.
  3. * SPDX-License-Identifier: MIT
  4. ******************************************************************************/
  5. /*****************************************************************************/
  6. /**
  7. * @file xil_mmu.h
  8. * This file only includes xil_mpu.h which contains Xil_SetTlbAttributes API
  9. * defined for MPU in R5. R5 does not have mmu and for usage of similar API
  10. * the file has been created.
  11. *
  12. *
  13. *
  14. * <pre>
  15. * MODIFICATION HISTORY:
  16. *
  17. * Ver Who Date Changes
  18. * ----- ---- -------- ---------------------------------------------------
  19. * 5.0 pkp 2/12/15 Initial version
  20. * </pre>
  21. *
  22. * @note
  23. *
  24. * None.
  25. *
  26. ******************************************************************************/
  27. #ifndef XIL_MMU_H
  28. #define XIL_MMU_H
  29. #ifdef __cplusplus
  30. extern "C" {
  31. #endif /* __cplusplus */
  32. /***************************** Include Files *********************************/
  33. #include "xil_mpu.h"
  34. /***************** Macros (Inline Functions) Definitions *********************/
  35. /**************************** Type Definitions *******************************/
  36. /************************** Constant Definitions *****************************/
  37. /************************** Variable Definitions *****************************/
  38. /************************** Function Prototypes ******************************/
  39. #ifdef __cplusplus
  40. }
  41. #endif /* __cplusplus */
  42. #endif /* XIL_MMU_H */