Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef __PLAT_AUDIO_H |
| 3 | #define __PLAT_AUDIO_H |
| 4 | |
| 5 | struct kirkwood_asoc_platform_data { |
| 6 | int burst; |
| 7 | }; |
| 8 | #endif |
| 9 |
Warning: This file is not a C or C++ file. It does not have highlighting.
