blob: 353d7d3fa9422ae29238e8bbdeb7640a62f6e8c6 [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
21__attribute__((section(".sram.data"), aligned(16))) uint8_t networkModel[] = {
22 /* Add network model here */
23};