xfree86: Add ifdef wrapper to xvmodproc.h

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Michal Suchanek 2012-04-24 20:08:02 +02:00 committed by Dave Airlie
parent d2f71b1394
commit f1cec791d1
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <dix-config.h>
#endif
#ifndef XVMODPROC_H
#define XVMODPROC_H
#include "xvmcext.h"
extern DevPrivateKey (*XvGetScreenKeyProc) (void);
@ -11,3 +13,5 @@ extern int (*XvScreenInitProc) (ScreenPtr);
extern int (*XvMCScreenInitProc) (ScreenPtr, int, XvMCAdaptorPtr);
extern void XvRegister(void);
#endif /* XVMODPROC_H */