aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h')
-rw-r--r--os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h b/os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h
new file mode 100644
index 000000000..0967e078c
--- /dev/null
+++ b/os/common/abstractions/nasa_cfe/psp/include/cfe_psp_config.h
@@ -0,0 +1,21 @@
+/*
+** cfe_psp_config.h
+**
+** Copyright (c) 2004-2006, United States government as represented by the
+** administrator of the National Aeronautics Space Administration.
+** All rights reserved. This software(cFE) was created at NASA Goddard
+** Space Flight Center pursuant to government contracts.
+**
+** This software may be used only pursuant to a United States government
+** sponsored project and the United States government may not be charged
+** for use thereof.
+**
+**
+*/
+
+#ifndef _cfe_psp_config_
+#define _cfe_psp_config_
+
+#include "common_types.h"
+
+#endif /* _cfe_psp_config_ */