blob: a477b849b5efbcf05160f29d0fcccf07814d11b8 [file] [log] [blame]
Kristofer Jonsson585ce692022-03-08 13:28:05 +01001/*
Kristofer Jonssonac535f02022-03-10 11:08:39 +01002 * Copyright (c) 2022 Arm Limited.
Kristofer Jonsson585ce692022-03-08 13:28:05 +01003 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Licensed under the Apache License, Version 2.0 (the License); you may
7 * not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
14 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18
19#include <stdint.h>
20
Davide Grohmannec72e9b2022-08-08 17:30:28 +020021__attribute__((section(".sram.data"), aligned(16))) uint8_t networkModelData[] = {
Kristofer Jonsson585ce692022-03-08 13:28:05 +010022 /* Add network model here */
23};