Skip to content
Snippets Groups Projects
Commit 2b32fd74 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Corrected protective macro.

parent 7f9c14a7
Branches
Tags
No related merge requests found
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __LABCOMM_H__ #ifndef __LABCOMM2014_H__
#define __LABCOMM_H__ #define __LABCOMM2014_H__
#include <stdarg.h> #include <stdarg.h>
...@@ -133,6 +133,4 @@ int labcomm2014_encoder_ioctl(struct labcomm2014_encoder *encoder, ...@@ -133,6 +133,4 @@ int labcomm2014_encoder_ioctl(struct labcomm2014_encoder *encoder,
uint32_t ioctl_action, uint32_t ioctl_action,
...); ...);
#define LABCOMM_VOID ((void*)1)
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment