Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / templates / app / gen_tokens.zapt
1 {{> header}}
2
3 // Prevent multiple inclusion
4 #pragma once
5
6 // This file contains the tokens for attributes stored in flash
7
8 // Identifier tags for tokens
9
10 // Types for the tokens
11 #ifdef DEFINETYPES
12 #endif // DEFINETYPES
13
14 // Actual token definitions
15 #ifdef DEFINETOKENS
16 #endif // DEFINETOKENS
17
18 // Macro snippet that loads all the attributes from tokens
19 #define GENERATED_TOKEN_LOADER(endpoint)                                                                                           \
20     do                                                                                                                             \
21     {                                                                                                                              \
22     } while (false)
23
24 // Macro snippet that saves the attribute to token
25 #define GENERATED_TOKEN_SAVER                                                                                                      \
26     do                                                                                                                             \
27     {                                                                                                                              \
28     } while (false)