blob: 493d34ea6f6c3b1ce2f015fed9b386e9fc46a433 [file] [log] [blame]
Louis Yung-Chieh Lob31ddce2010-05-21 16:35:44 +08001/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5#ifndef VBOOT_REFERENCE_CRC32_TEST_H_
6#define VBOOT_REFERENCE_CRC32_TEST_H_
7
8int TestCrc32TestVectors();
9
10#endif /* VBOOT_REFERENCE_CRC32_TEST_H_ */