Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3decf3a authored by Ozan Çağlayan's avatar Ozan Çağlayan Committed by Dave Airlie
Browse files

vga_switcheroo: Add include guard



Guard vga_switcheroo.h against multiple inclusion.

Signed-off-by: default avatarOzan Çağlayan <ozancag@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent b7019b2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
 * vga_switcheroo.h - Support for laptop with dual GPU using one set of outputs
 */

#ifndef _LINUX_VGA_SWITCHEROO_H_
#define _LINUX_VGA_SWITCHEROO_H_

#include <linux/fb.h>

struct pci_dev;
@@ -73,3 +76,4 @@ static inline int vga_switcheroo_get_client_state(struct pci_dev *dev) { return


#endif
#endif /* _LINUX_VGA_SWITCHEROO_H_ */