summaryrefslogtreecommitdiff
path: root/linux/sis_mm.c
diff options
context:
space:
mode:
#ifndef RADEON_BO_INT #define RADEON_BO_INT struct radeon_bo_manager { struct radeon_bo_funcs *funcs; int fd; }; struct radeon_bo_int { void *ptr; uint32_t flags;