mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
rtems: Remove pre-qualified constraints
The pre-qualified constraints are not applicable to mainline RTEMS.
This commit is contained in:
@@ -441,15 +441,6 @@ typedef uint32_t rtems_event_set;
|
||||
* @brief This event set constant represents the reserved system event
|
||||
* internally used to notify list completion when lio_listio is called using
|
||||
* 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
|
||||
|
||||
@@ -458,15 +449,6 @@ typedef uint32_t rtems_event_set;
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event for a
|
||||
* 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
|
||||
|
||||
@@ -475,15 +457,6 @@ typedef uint32_t rtems_event_set;
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event for a
|
||||
* 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
|
||||
|
||||
@@ -492,15 +465,6 @@ typedef uint32_t rtems_event_set;
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event for a
|
||||
* 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
|
||||
|
||||
@@ -578,15 +542,6 @@ rtems_status_code rtems_event_system_send(
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event for
|
||||
* 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
|
||||
|
||||
@@ -595,15 +550,6 @@ rtems_status_code rtems_event_system_send(
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event to
|
||||
* 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
|
||||
|
||||
@@ -612,15 +558,6 @@ rtems_status_code rtems_event_system_send(
|
||||
/**
|
||||
* @brief This event set constant represents the reserved system event for
|
||||
* 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
|
||||
|
||||
@@ -633,10 +570,6 @@ rtems_status_code rtems_event_system_send(
|
||||
* @parblock
|
||||
* 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
|
||||
* context.
|
||||
*
|
||||
@@ -670,10 +603,6 @@ static inline void rtems_event_transient_clear( void )
|
||||
* @parblock
|
||||
* 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
|
||||
* context.
|
||||
*
|
||||
@@ -708,10 +637,6 @@ static inline rtems_status_code rtems_event_transient_receive(
|
||||
* @parblock
|
||||
* 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 device driver initialization
|
||||
|
||||
Reference in New Issue
Block a user