summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/cksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/cksum.h')
-rw-r--r--pintos-progos/tests/cksum.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pintos-progos/tests/cksum.h b/pintos-progos/tests/cksum.h
deleted file mode 100644
index 23a1fe9..0000000
--- a/pintos-progos/tests/cksum.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef TESTS_CKSUM_H
2#define TESTS_CKSUM_H
3
4#include <stddef.h>
5
6unsigned long cksum(const void *, size_t);
7
8#endif /* tests/cksum.h */