|
@@ -1,3 +1,17 @@
|
|
|
+/*
|
|
|
+ * Copyright (c) 2021 - 2024 Stefan Strobel <stefan.strobel@shimatta.net>
|
|
|
+ *
|
|
|
+ * This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * @file test_crc_data.h
|
|
|
+ * @brief test data for the crc implementation
|
|
|
+ * @author Stefan Strobel <stefan.strobel@shimatta.net>
|
|
|
+ */
|
|
|
+
|
|
|
#ifndef _TEST_CRC_DATA_H_
|
|
|
#define _TEST_CRC_DATA_H_
|
|
|
|