mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 23:50:27 +08:00
Delete rtems_bsd_thread_chain
Rely on RTEMS object registration for threads.
This commit is contained in:
@@ -68,8 +68,6 @@ struct sleepqueue {
|
||||
void *sq_wchan;
|
||||
};
|
||||
|
||||
extern rtems_chain_control rtems_bsd_thread_chain;
|
||||
|
||||
struct thread *
|
||||
rtems_bsd_get_thread(const Thread_Control *thread);
|
||||
|
||||
|
@@ -70,8 +70,6 @@ extern const size_t rtems_bsd_nexus_device_count;
|
||||
|
||||
rtems_status_code rtems_bsd_initialize(void);
|
||||
|
||||
void rtems_bsd_shell_initialize(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
@@ -18,17 +18,24 @@
|
||||
|
||||
#include <rtems/shell.h>
|
||||
|
||||
/*
|
||||
* Externs for all command definition structures
|
||||
*/
|
||||
// #if RTEMS_NETWORKING
|
||||
extern rtems_shell_cmd_t rtems_shell_PING_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_PING6_Command;
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
|
||||
// #endif
|
||||
extern rtems_shell_cmd_t rtems_shell_BSD_Command;
|
||||
|
||||
extern rtems_shell_cmd_t rtems_shell_PING_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_PING6_Command;
|
||||
|
||||
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
|
||||
|
||||
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user