summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/dha.h2
-rw-r--r--vidix/dhahelperwin/dhahelper.h2
-rw-r--r--vidix/fourcc.h2
-rw-r--r--vidix/vidix.h2
-rw-r--r--vidix/vidixlib.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index 1cc0781062..bb9a24a022 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -92,4 +92,4 @@ extern int mtrr_set_type(unsigned base,unsigned size,int type);
}
#endif
-#endif
+#endif /* LIBDHA_H */
diff --git a/vidix/dhahelperwin/dhahelper.h b/vidix/dhahelperwin/dhahelper.h
index 6ff97905cb..80adabea01 100644
--- a/vidix/dhahelperwin/dhahelper.h
+++ b/vidix/dhahelperwin/dhahelper.h
@@ -68,4 +68,4 @@ struct __attribute__((__packed__)) dhahelper_t {
typedef struct dhahelper_t dhahelper_t;
-#endif
+#endif /* _DHAHELPER_H */
diff --git a/vidix/fourcc.h b/vidix/fourcc.h
index c7ed97573a..d048015bee 100644
--- a/vidix/fourcc.h
+++ b/vidix/fourcc.h
@@ -79,4 +79,4 @@
/* Vendor-specific formats */
#define IMGFMT_WNVA vid_fourcc('W','N','V','A') /* Winnov hw compress */
-#endif
+#endif /* FOURCC_H */
diff --git a/vidix/vidix.h b/vidix/vidix.h
index b962bb61b6..0b99db1f13 100644
--- a/vidix/vidix.h
+++ b/vidix/vidix.h
@@ -314,4 +314,4 @@ typedef struct vidix_oem_fx_s
}
#endif
-#endif
+#endif /* VIDIX_H */
diff --git a/vidix/vidixlib.h b/vidix/vidixlib.h
index c3a065a28c..f4b258dc41 100644
--- a/vidix/vidixlib.h
+++ b/vidix/vidixlib.h
@@ -141,4 +141,4 @@ int vdlPlaybackCopyFrame(VDL_HANDLE, const vidix_dma_t * );
}
#endif
-#endif
+#endif /* VIDIXLIB_H */