blob: cdba958f3598499425e7e4fa41c310efd70de4fc (
plain)
1
2
3
4
5
6
7
8
9
|
/* flashimg/cpu_hdmi/main.c - Entry point for the HDMI-decoder co-processor
*
* Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
int main() {
return 0;
}
|