Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #ifndef RADEON_DRM_PUBLIC_H
  2. #define RADEON_DRM_PUBLIC_H
  3.  
  4. #include "pipe/p_defines.h"
  5.  
  6. struct radeon_winsys;
  7.  
  8. struct radeon_winsys *radeon_drm_winsys_create(int fd);
  9.  
  10. #endif
  11.