From 35cdaf24fa1b3f4fd4816726d45c750212b83daf Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 13 Aug 2014 15:28:13 -0500 Subject: Support for serial console. Change-Id: Ia1b11f68cc4be175076562b7daf0291b14df498b Origin: Google Shared Technology RTC: 97495 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13250 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/sys/sync.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/include/sys') diff --git a/src/include/sys/sync.h b/src/include/sys/sync.h index ff3d14409..d56f8795b 100644 --- a/src/include/sys/sync.h +++ b/src/include/sys/sync.h @@ -5,7 +5,10 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] Google Inc. */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -20,8 +23,8 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -#ifndef SYNC -#define SYNC +#ifndef __SYS_SYNC_H +#define __SYS_SYNC_H #include -- cgit v1.2.1