rtems: Remove pre-qualified constraints

The pre-qualified constraints are not applicable to mainline RTEMS.
This commit is contained in:
Sebastian Huber
2024-11-27 04:47:26 +01:00
parent 7f00921b07
commit e79dc64c8e

View File

@@ -441,15 +441,6 @@ typedef uint32_t rtems_event_set;
* @brief This event set constant represents the reserved system event * @brief This event set constant represents the reserved system event
* internally used to notify list completion when lio_listio is called using * internally used to notify list completion when lio_listio is called using
* LIO_WAIT. * LIO_WAIT.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_LIO_LIST_COMPLETED RTEMS_EVENT_28 #define RTEMS_EVENT_SYSTEM_LIO_LIST_COMPLETED RTEMS_EVENT_28
@@ -458,15 +449,6 @@ typedef uint32_t rtems_event_set;
/** /**
* @brief This event set constant represents the reserved system event for a * @brief This event set constant represents the reserved system event for a
* network socket close. * network socket close.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_NETWORK_CLOSE RTEMS_EVENT_26 #define RTEMS_EVENT_SYSTEM_NETWORK_CLOSE RTEMS_EVENT_26
@@ -475,15 +457,6 @@ typedef uint32_t rtems_event_set;
/** /**
* @brief This event set constant represents the reserved system event for a * @brief This event set constant represents the reserved system event for a
* network socket buffer wait usage. * network socket buffer wait usage.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT RTEMS_EVENT_24 #define RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT RTEMS_EVENT_24
@@ -492,15 +465,6 @@ typedef uint32_t rtems_event_set;
/** /**
* @brief This event set constant represents the reserved system event for a * @brief This event set constant represents the reserved system event for a
* network socket sleep. * network socket sleep.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP RTEMS_EVENT_25 #define RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP RTEMS_EVENT_25
@@ -578,15 +542,6 @@ rtems_status_code rtems_event_system_send(
/** /**
* @brief This event set constant represents the reserved system event for * @brief This event set constant represents the reserved system event for
* server thread usage, for example the timer or interrupt server. * server thread usage, for example the timer or interrupt server.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_SERVER RTEMS_EVENT_30 #define RTEMS_EVENT_SYSTEM_SERVER RTEMS_EVENT_30
@@ -595,15 +550,6 @@ rtems_status_code rtems_event_system_send(
/** /**
* @brief This event set constant represents the reserved system event to * @brief This event set constant represents the reserved system event to
* resume a server thread, for example the timer or interrupt server. * resume a server thread, for example the timer or interrupt server.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_SERVER_RESUME RTEMS_EVENT_29 #define RTEMS_EVENT_SYSTEM_SERVER_RESUME RTEMS_EVENT_29
@@ -612,15 +558,6 @@ rtems_status_code rtems_event_system_send(
/** /**
* @brief This event set constant represents the reserved system event for * @brief This event set constant represents the reserved system event for
* transient usage. * transient usage.
*
* @par Constraints
* @parblock
* The following constraints apply to this constant:
*
* * The constant is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the constant.
* @endparblock
*/ */
#define RTEMS_EVENT_SYSTEM_TRANSIENT RTEMS_EVENT_31 #define RTEMS_EVENT_SYSTEM_TRANSIENT RTEMS_EVENT_31
@@ -633,10 +570,6 @@ rtems_status_code rtems_event_system_send(
* @parblock * @parblock
* The following constraints apply to this directive: * The following constraints apply to this directive:
* *
* * The directive is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the directive.
*
* * The directive may be called from within device driver initialization * * The directive may be called from within device driver initialization
* context. * context.
* *
@@ -670,10 +603,6 @@ static inline void rtems_event_transient_clear( void )
* @parblock * @parblock
* The following constraints apply to this directive: * The following constraints apply to this directive:
* *
* * The directive is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the directive.
*
* * The directive may be called from within device driver initialization * * The directive may be called from within device driver initialization
* context. * context.
* *
@@ -708,10 +637,6 @@ static inline rtems_status_code rtems_event_transient_receive(
* @parblock * @parblock
* The following constraints apply to this directive: * The following constraints apply to this directive:
* *
* * The directive is not included in the pre-qualified feature set of RTEMS.
* Applications which are restricted to only use interfaces of the
* pre-qualified feature set of RTEMS shall not use the directive.
*
* * The directive may be called from within interrupt context. * * The directive may be called from within interrupt context.
* *
* * The directive may be called from within device driver initialization * * The directive may be called from within device driver initialization