drv_mpu.h 325 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-05-17 ZYH first implementation
  9. */
  10. #ifndef __DRV_MPU_H
  11. #define __DRV_MPU_H
  12. /* Initialize Cortex M MPU */
  13. extern int bsp_mpu_hw_init(void);
  14. #endif