Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / drivers / failover / fo_winsys.h
index a8ce997a1f65ada9b8218bce59271ace5629794d..533122b69dabfe24332cb6eec05b60bd36b28f0f 100644 (file)
 
 
 struct pipe_context;
+struct failover_context;
 
 
 struct pipe_context *failover_create( struct pipe_context *hw,
                                      struct pipe_context *sw );
 
 
+void failover_fail_over( struct failover_context *failover );
+
 #endif /* FO_WINSYS_H */