summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/memory.h')
-rw-r--r--utils/hwstub/stub/memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hwstub/stub/memory.h b/utils/hwstub/stub/memory.h
index 206ed8604a..20c84ad755 100644
--- a/utils/hwstub/stub/memory.h
+++ b/utils/hwstub/stub/memory.h
@@ -27,4 +27,5 @@ void memset(void *dst, int c, size_t n);
27void memcpy(void *dst, const void *src, size_t n); 27void memcpy(void *dst, const void *src, size_t n);
28void memmove(void *dst, const void *src, size_t n); 28void memmove(void *dst, const void *src, size_t n);
29 29
30#endif /* __HWSTUB_MEMORY__ */ \ No newline at end of file 30#endif /* __HWSTUB_MEMORY__ */
31