1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef XLIB_H #define XLIB_H #include "pipe/p_compiler.h" #include "xm_winsys.h" extern struct xm_driver xlib_softpipe_driver; extern struct xm_driver xlib_llvmpipe_driver; extern struct xm_driver xlib_cell_driver; #endif