Gedare Bloom started a new discussion on bsps/riscv/riscv/include/bsp/rnmi.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158067

 > + *
 > + * @ingroup RISCV_RNMI
 > + *
 > + * @brief RISC-V BSP specific RNMI definitions.
 > + */
 > +
 > +#ifndef BSP_RNMI_H
 > +#define BSP_RNMI_H
 > +
 > +#ifdef __cplusplus
 > +extern "C" {
 > +#endif
 > +
 > +#define RNMI_PIN_ASSERTION           (0x8000000000000000)
 > +#define RNMI_EXT_BUS_ERROR_STORE     (0x8000000000000001)
 > +#define RNMI_EXT_BUS_ERROR_LOAD      (0x8000000000000002)

any reason not to use these defines in the irq.h?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158067
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/5-b9knlgg7y914ibm7gze1tyvtg-1d/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to