mali_mem_validation.h 640 B

12345678910111213141516171819
  1. /*
  2. * This confidential and proprietary software may be used only as
  3. * authorised by a licensing agreement from ARM Limited
  4. * (C) COPYRIGHT 2011-2013 ARM Limited
  5. * ALL RIGHTS RESERVED
  6. * The entire notice above must be reproduced on all authorised
  7. * copies and copies may only be made to the extent permitted
  8. * by a licensing agreement from ARM Limited.
  9. */
  10. #ifndef __MALI_MEM_VALIDATION_H__
  11. #define __MALI_MEM_VALIDATION_H__
  12. #include "mali_osk.h"
  13. _mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size);
  14. _mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size);
  15. #endif /* __MALI_MEM_VALIDATION_H__ */