Add SPDX headers

This commit is contained in:
Jeremy Soller 2020-12-29 12:14:30 -07:00 committed by Jeremy Soller
parent 7f4a837bcf
commit 47c1062e08
7 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <8051.h>
#include <stdint.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#ifndef _BOARD_ESPI_H
#define _BOARD_ESPI_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <8051.h>
#include <stdint.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#ifndef _BOARD_ESPI_H
#define _BOARD_ESPI_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <8051.h>
#include <stdint.h>

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#ifndef _BOARD_ESPI_H
#define _BOARD_ESPI_H

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-only
#include <common/debug.h>
#include <ec/espi.h>