iomem.h 156 B

12345678
  1. #ifndef _IOMEM_MALLOC_H
  2. #define _IOMEM_MALLOC_H
  3. void iomem_free(void *paddr) ;
  4. void *iomem_malloc(uint32_t size);
  5. uint32_t iomem_unused();
  6. #endif