C++程序  |  10行  |  131 B


#ifndef I915_SW_PUBLIC_H
#define I915_SW_PUBLIC_H

struct i915_winsys;

struct i915_winsys * i915_sw_winsys_create(void);

#endif