aboutsummaryrefslogtreecommitdiff
path: root/helper/include/odp/helper/linux/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper/include/odp/helper/linux/process.h')
-rw-r--r--helper/include/odp/helper/linux/process.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/helper/include/odp/helper/linux/process.h b/helper/include/odp/helper/linux/process.h
index 9d74146b0..0f34d604b 100644
--- a/helper/include/odp/helper/linux/process.h
+++ b/helper/include/odp/helper/linux/process.h
@@ -1,7 +1,5 @@
-/* Copyright (c) 2017, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2017-2018 Linaro Limited
*/
/**
@@ -11,20 +9,22 @@
*
* This file is not part of ODP APIs, but can be optionally used to ease common
* setups in a Linux system. User is free to implement the same setups in
- * otherways (not via this file).
+ * other ways (not via this file).
*/
#ifndef ODPH_LINUX_PROCESS_H_
#define ODPH_LINUX_PROCESS_H_
#include <odp/helper/threads.h>
+#include <odp_api.h>
#ifdef __cplusplus
extern "C" {
#endif
-/** @ingroup odph_linux
- * @{
+/**
+ * @addtogroup odph_thread
+ * @{
*/
/**