1 /* Public domain. */ 2 3 #ifndef _LINUX_VGA_SWITCHEROO_H 4 #define _LINUX_VGA_SWITCHEROO_H 5 6 #define vga_switcheroo_register_client(a, b, c) 0 7 #define vga_switcheroo_unregister_client(a) 8 #define vga_switcheroo_process_delayed_switch() 9 #define vga_switcheroo_fini_domain_pm_ops(x) 10 #define vga_switcheroo_lock_ddc(x) 11 #define vga_switcheroo_unlock_ddc(x) 12 #define vga_switcheroo_handler_flags() 0 13 #define vga_switcheroo_client_fb_set(a, b) 14 15 #define VGA_SWITCHEROO_CAN_SWITCH_DDC 1 16 17 #endif 18