|
@@ -18,10 +18,6 @@
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
#include "dim2_reg.h"
|
|
#include "dim2_reg.h"
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
|
-extern "C" {
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* The values below are specified in the hardware specification.
|
|
* The values below are specified in the hardware specification.
|
|
* So, they should not be changed until the hardware specification changes.
|
|
* So, they should not be changed until the hardware specification changes.
|
|
@@ -108,8 +104,4 @@ void dimcb_io_write(u32 __iomem *ptr32, u32 value);
|
|
|
|
|
|
void dimcb_on_error(u8 error_id, const char *error_message);
|
|
void dimcb_on_error(u8 error_id, const char *error_message);
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
|
-}
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#endif /* _DIM2_HAL_H */
|
|
#endif /* _DIM2_HAL_H */
|