summaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/early_smbus.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-04-11 20:55:43 -0600
committerMartin Roth <martinroth@google.com>2016-04-13 17:35:29 +0200
commit9943b8829bb63cc8c471efc6e4b1dd32eb742268 (patch)
treeb24c3460a3cc1d26765f48bbcf6f8d9af804716e /src/southbridge/nvidia/ck804/early_smbus.h
parent87f025aa215f2fe322e065249f17e997c309344e (diff)
downloadcoreboot-9943b8829bb63cc8c471efc6e4b1dd32eb742268.tar.xz
southbridge/nvidia: Update license headers
Update all of the license headers to make sure they are compliant with coreboot's license header policy. Change-Id: I7a19ed8cf16b9424190800940d2b8ec1a96c5ce9 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14328 Reviewed-by: Myles Watson <mylesgw@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/nvidia/ck804/early_smbus.h')
-rw-r--r--src/southbridge/nvidia/ck804/early_smbus.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/early_smbus.h b/src/southbridge/nvidia/ck804/early_smbus.h
index cf25403fdd..5aacd93214 100644
--- a/src/southbridge/nvidia/ck804/early_smbus.h
+++ b/src/southbridge/nvidia/ck804/early_smbus.h
@@ -1,3 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * 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.
+ */
+
int ck804_smbus_read_byte(unsigned int, unsigned int, unsigned);
int ck804_smbus_write_byte(unsigned int, unsigned int, unsigned int, unsigned char);
void enable_smbus(void);