Subversion Repositories Kolibri OS

Rev

Rev 1963 | Rev 2997 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1963 Rev 1986
Line 21... Line 21...
21
 *          Alex Deucher 
21
 *          Alex Deucher 
22
 */
22
 */
23
#include "drmP.h"
23
#include "drmP.h"
24
#include "radeon.h"
24
#include "radeon.h"
25
#include "avivod.h"
25
#include "avivod.h"
-
 
26
#include "atom.h"
Line 26... Line 27...
26
 
27
 
Line 27... Line 28...
27
#define DRM_DEBUG_DRIVER(fmt, args...)
28
#define DRM_DEBUG_DRIVER(fmt, args...)
28
 
29