Gedare Bloom started a new discussion on 
bsps/aarch64/raspberrypi5/console/console.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142236

 > + * POSSIBILITY OF SUCH DAMAGE.
 > + */
 > +
 > +#include <bspopts.h>
 > +#include <rtems/bspIo.h>
 > +#include <rtems/console.h>
 > +#include <rtems/termiosdevice.h>
 > +#include <dev/serial/arm-pl011.h>
 > +
 > +#include <bsp/irq.h>
 > +#include <bsp/fatal.h>
 > +#include <bsp/raspberrypi5.h>
 > +
 > +#ifdef __cplusplus
 > +extern "C" {
 > +#endif /* __cplusplus */

This is only typically seen in header files, so that they can be included from 
a C++ source file. I'm not sure the purpose of using it here.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142236
You're receiving this email because of your account on gitlab.rtems.org.


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

Reply via email to