diff options
Diffstat (limited to 'libk8055/k8055++.h')
-rw-r--r-- | libk8055/k8055++.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libk8055/k8055++.h b/libk8055/k8055++.h index 074458a..87c9b9b 100644 --- a/libk8055/k8055++.h +++ b/libk8055/k8055++.h @@ -22,6 +22,9 @@ * */ +#ifndef K8055_CPP_H +#define K8055_CPP_H 1 + #include "k8055.h" class K8055 { @@ -79,3 +82,4 @@ class K8055 { struct k8055_dev dev; }; +#endif // K8055_CPP_H |