summaryrefslogtreecommitdiff
path: root/tests/crc32_test.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-05-27 09:20:11 -0700
committerRandall Spangler <rspangler@chromium.org>2010-05-27 09:20:11 -0700
commit3003c1dd5048dde791e69850333539edc1c767eb (patch)
tree1186ae21f50e258ddd9b701b69fe1499de499f78 /tests/crc32_test.h
parent418ad3b620fe71fa26c1f04154497b4b450c3923 (diff)
downloadvboot-3003c1dd5048dde791e69850333539edc1c767eb.tar.gz
Moved cgptlib into vboot_firmware
Moved cgptlib tests into tests Review URL: http://codereview.chromium.org/2303003
Diffstat (limited to 'tests/crc32_test.h')
-rw-r--r--tests/crc32_test.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/crc32_test.h b/tests/crc32_test.h
new file mode 100644
index 00000000..493d34ea
--- /dev/null
+++ b/tests/crc32_test.h
@@ -0,0 +1,10 @@
+/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ifndef VBOOT_REFERENCE_CRC32_TEST_H_
+#define VBOOT_REFERENCE_CRC32_TEST_H_
+
+int TestCrc32TestVectors();
+
+#endif /* VBOOT_REFERENCE_CRC32_TEST_H_ */