~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/common/xf86sbusBus.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
extern _X_EXPORT int sparcPromPathname2Node(const char *pathName);
98
98
extern _X_EXPORT char *sparcDriverName(void);
99
99
 
 
100
extern Bool xf86SbusConfigure(void *busData, sbusDevicePtr sBus);
 
101
extern void xf86SbusConfigureNewDev(void *busData, sbusDevicePtr sBus,
 
102
                                    GDevRec *GDev);
 
103
 
100
104
#endif /* _XF86_SBUSBUS_H */