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