~ubuntu-branches/ubuntu/saucy/xorg-server/saucy

« 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
  • mto: This revision was merged to the branch mainline in revision 277.
  • Revision ID: package-import@ubuntu.com-20130716093606-baxrj0qof9ev8f69
Tags: upstream-1.14.2
ImportĀ upstreamĀ versionĀ 1.14.2

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