Skip to content
Commit c94c3c5e authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by John W. Linville
Browse files

ray_cs: Add include guards



The files ray_cs.h and rayctl.h both contain two thirds of what
appears to be an include guard using the macro name RAYLINK_H (both
lack the #define). Since RAYLINK_H is not defined anywhere, the
#ifndefs are confusing no-ops. Add proper include guards using
different macro names.

Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ecf47e9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment