diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-08-24 10:42:27 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-08-24 10:48:28 -0500 |
| commit | fa7d388f1a121d42769ea0289e3c043fe229b4d2 (patch) | |
| tree | fb2df977ec830be5fb8eb9bc82a02989258b2886 /src/include/sys | |
| parent | 4b1d987b38960c882ae0e1b67d9816ab71b1c19f (diff) | |
| download | talos-hostboot-fa7d388f1a121d42769ea0289e3c043fe229b4d2.tar.gz talos-hostboot-fa7d388f1a121d42769ea0289e3c043fe229b4d2.zip | |
Add copyright headers to all source files.
Change-Id: I205f2409e56032cfc0aaf01d7e26d357f0b86373
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/277
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/include/sys')
| -rw-r--r-- | src/include/sys/misc.h | 22 | ||||
| -rw-r--r-- | src/include/sys/mm.h | 22 | ||||
| -rw-r--r-- | src/include/sys/mmio.h | 22 | ||||
| -rw-r--r-- | src/include/sys/msg.h | 22 | ||||
| -rw-r--r-- | src/include/sys/sync.h | 22 | ||||
| -rw-r--r-- | src/include/sys/syscall.h | 22 | ||||
| -rw-r--r-- | src/include/sys/task.h | 22 | ||||
| -rw-r--r-- | src/include/sys/time.h | 22 | ||||
| -rw-r--r-- | src/include/sys/vfs.h | 22 |
9 files changed, 198 insertions, 0 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h index ba0db0a24..bb9d177ad 100644 --- a/src/include/sys/misc.h +++ b/src/include/sys/misc.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/misc.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_MISC_H #define __SYS_MISC_H diff --git a/src/include/sys/mm.h b/src/include/sys/mm.h index 71e41d24c..ba9fe9e19 100644 --- a/src/include/sys/mm.h +++ b/src/include/sys/mm.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/mm.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_MM_H #define __SYS_MM_H diff --git a/src/include/sys/mmio.h b/src/include/sys/mmio.h index 8ceb74bc9..148ceda30 100644 --- a/src/include/sys/mmio.h +++ b/src/include/sys/mmio.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/mmio.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_MMIO_H #define __SYS_MMIO_H diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h index 8858acaa8..215da312e 100644 --- a/src/include/sys/msg.h +++ b/src/include/sys/msg.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/msg.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_MSG_H #define __SYS_MSG_H diff --git a/src/include/sys/sync.h b/src/include/sys/sync.h index 7a4d1afde..d0074cbc5 100644 --- a/src/include/sys/sync.h +++ b/src/include/sys/sync.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/sync.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef SYNC #define SYNC diff --git a/src/include/sys/syscall.h b/src/include/sys/syscall.h index 36f84a51f..f0972e949 100644 --- a/src/include/sys/syscall.h +++ b/src/include/sys/syscall.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/syscall.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_SYSCALL_H #define __SYS_SYSCALL_H diff --git a/src/include/sys/task.h b/src/include/sys/task.h index 901f938ea..fc1604607 100644 --- a/src/include/sys/task.h +++ b/src/include/sys/task.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/task.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END /** @file task.h * @brief Contains the prototypes for system calls related to tasking. */ diff --git a/src/include/sys/time.h b/src/include/sys/time.h index eb67107dc..0270d9efd 100644 --- a/src/include/sys/time.h +++ b/src/include/sys/time.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/time.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_TIME_H #define __SYS_TIME_H diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index 27337f469..52629499b 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -1,3 +1,25 @@ +// IBM_PROLOG_BEGIN_TAG +// This is an automatically generated prolog. +// +// $Source: src/include/sys/vfs.h $ +// +// IBM CONFIDENTIAL +// +// COPYRIGHT International Business Machines Corp. 2010 - 2011 +// +// p1 +// +// Object Code Only (OCO) source materials +// Licensed Internal Code Source Materials +// IBM HostBoot Licensed Internal Code +// +// The source code for this program is not published or other- +// wise divested of its trade secrets, irrespective of what has +// been deposited with the U.S. Copyright Office. +// +// Origin: 30 +// +// IBM_PROLOG_END #ifndef __SYS_VFS_H #define __SYS_VFS_H |

