diff --git a/headers/os/drivers/Drivers.h b/headers/os/drivers/Drivers.h index dfbd837fed..66c2b5af9b 100644 --- a/headers/os/drivers/Drivers.h +++ b/headers/os/drivers/Drivers.h @@ -6,6 +6,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /* --- these hooks are how the kernel accesses the device --- */ @@ -231,5 +235,8 @@ typedef struct { } device_icon; +#ifdef __cplusplus +} +#endif #endif /* _DRIVERS_DRIVERS_H */