~ubuntu-branches/ubuntu/trusty/xorg-server/trusty

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/xf86_OSproc.h

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-16 09:36:06 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20130716093606-w822ywwf4bcwpylw
Tags: 2:1.14.2-0ubuntu1
* New upstream release. (LP: #1156498)
* Remove upstreamed patch.
  - xf86setdesired-hybrid.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
#include "hotplug.h"
224
224
void
225
225
xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
 
226
 
 
227
void
 
228
xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
226
229
#endif
227
230
 
228
231
_XFUNCPROTOEND