Commit a2acad1
committed
ipc4: do not declare union/structs with very generic names in headers
gateway.h defines "union flags" and "struct bits" to global namespace,
which is not good in a public interface header file. There's no functional
need to tag these struct definitions, so make the definitions
anonymous.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 631fc30 commit a2acad1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments