r200: make build complete

This commit is contained in:
Dave Airlie 2009-02-12 14:39:33 +10:00
parent 56a13a7ca9
commit 1e77f7b55c

View file

@ -9,13 +9,14 @@
#include "radeon_cs_gem.h"
#else
#define RADEON_GEM_DOMAIN_CPU 0x1 // Cached CPU domain
#define RADEON_GEM_DOMAIN_GTT 0x2 // GTT or cache flushed
#define RADEON_GEM_DOMAIN_VRAM 0x4 // VRAM domain
/* to be used to build locally in mesa with no libdrm bits */
#include "../radeon/radeon_bo_drm.h"
#include "../radeon/radeon_cs_drm.h"
#define RADEON_GEM_DOMAIN_CPU 0x1 // Cached CPU domain
#define RADEON_GEM_DOMAIN_GTT 0x2 // GTT or cache flushed
#define RADEON_GEM_DOMAIN_VRAM 0x4 // VRAM domain
static inline void *radeon_bo_manager_gem_ctor(int fd)
{