blob: 860bf575d35d81fbfb952b52b70d4903b9a08d34 [file] [log] [blame]
Sharad Binjola2937f1a2021-08-24 14:25:16 -07001/*
2 *
3 * Copyright (c) 2021 Project CHIP Authors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18// THIS FILE IS GENERATED BY ZAP
19
20// Prevent multiple inclusion
21#pragma once
22
23// This file contains the tokens for attributes stored in flash
24
25// Identifier tags for tokens
26
27// Types for the tokens
28#ifdef DEFINETYPES
29#endif // DEFINETYPES
30
31// Actual token definitions
32#ifdef DEFINETOKENS
33#endif // DEFINETOKENS
34
35// Macro snippet that loads all the attributes from tokens
36#define GENERATED_TOKEN_LOADER(endpoint) \
37 do \
38 { \
39 } while (false)
40
41// Macro snippet that saves the attribute to token
42#define GENERATED_TOKEN_SAVER \
43 do \
44 { \
45 } while (false)