diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-08-01 11:58:16 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-08-10 13:59:31 -0500 |
| commit | 35f739456cefd1540e0aa4a42722a73a56a6b661 (patch) | |
| tree | 99a7272d36b8933b1d100d7edef62756f1aecedd /src/include/kernel | |
| parent | 791725b105cb8e61c9f93af844a80af12d07aad8 (diff) | |
| download | talos-hostboot-35f739456cefd1540e0aa4a42722a73a56a6b661.tar.gz talos-hostboot-35f739456cefd1540e0aa4a42722a73a56a6b661.zip | |
Update scratch SPR #s for P8.
Change-Id: Ia063a66b705b3272b7578ece420c84ac9c4c3d26
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/224
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/include/kernel')
| -rw-r--r-- | src/include/kernel/misc.H | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/kernel/misc.H b/src/include/kernel/misc.H new file mode 100644 index 000000000..984acfe04 --- /dev/null +++ b/src/include/kernel/misc.H @@ -0,0 +1,17 @@ +/** @file misc.H + * @brief Misc. Kernel functions and utilities. + */ + +#ifndef __KERNEL_MISC_H +#define __KERNEL_MISC_H + +#include <stdint.h> + +namespace KernelMisc +{ + /** @fn shutdown + * @brief Sequence kernel to shutdown and switch to payload. + */ + void shutdown(); +}; +#endif |

