blob: 72b34e3a591348849449845951d4dcfad2d7cef2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <stdint.h>
#include <device/azalia_device.h>
const u32 cim_verb_data[] = {};
const u32 pc_beep_verbs[] = {};
AZALIA_ARRAY_SIZES;
|