summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/types.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index a058eedea1..bf656b623e 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -7,8 +7,8 @@
*/
/*
- * Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
- * Copyright (C) 2006, 2008 On-Line Applications Research Corporation (OAR)
+ * Copyright (C) 2009, 2021 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -254,6 +254,15 @@ typedef uint32_t rtems_name;
typedef MP_packet_Prefix rtems_packet_prefix;
#endif
+/* Generated from spec:/rtems/type/if/priority */
+
+/**
+ * @ingroup RTEMSAPIClassicTypes
+ *
+ * @brief This integer type represents task priorities of the Classic API.
+ */
+typedef uint32_t rtems_task_priority;
+
/* Generated from spec:/rtems/type/if/time-of-day */
/**