diff options
Diffstat (limited to 'src/drivers/generic')
-rw-r--r-- | src/drivers/generic/adau7002/chip.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/drivers/generic/adau7002/chip.h b/src/drivers/generic/adau7002/chip.h index 809a680dee..95b4d1ec7f 100644 --- a/src/drivers/generic/adau7002/chip.h +++ b/src/drivers/generic/adau7002/chip.h @@ -1,4 +1,22 @@ -#include <arch/acpi_device.h> +/* + * This file is part of the coreboot project. + * + * Copyright 2018 Google LLC + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef __I2C_GENERIC_ADAU7002_CHIP_H__ +#define __I2C_GENERIC_ADAU7002_CHIP_H__ struct drivers_generic_adau7002_config { }; + +#endif /* __I2C_GENERIC_ADAU7002_CHIP_H__ */ |