[Skiboot] [PATCH V2 05/10] include: Create err.h header file
Christophe Lombard
clombard at linux.vnet.ibm.com
Tue Mar 15 23:49:09 AEDT 2022
This file is used by the external library: libmctp.
Signed-off-by: Christophe Lombard <clombard at linux.vnet.ibm.com>
---
libc/include/err.h | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 libc/include/err.h
diff --git a/libc/include/err.h b/libc/include/err.h
new file mode 100644
index 00000000..c923dc09
--- /dev/null
+++ b/libc/include/err.h
@@ -0,0 +1,16 @@
+/******************************************************************************
+ * Copyright (c) 2022 IBM Corporation
+ * All rights reserved.
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
+ * Contributors:
+ * IBM Corporation - initial implementation
+ *****************************************************************************/
+
+#ifndef _ERR_H
+#define _ERR_H
+
+#endif
--
2.35.1
More information about the Skiboot
mailing list