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