Kinsey Moore started a new discussion on bsps/aarch64/raspberrypi/include/bsp/mailbox.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138810 > +#define RPI_CLOCK_HEVC 0x0000000b /**< HEVC encoder clock */ > +#define RPI_CLOCK_EMMC2 0x0000000c /**< EMMC2 clock */ > +#define RPI_CLOCK_M2MC 0x0000000d /**< M2MC clock */ > +#define RPI_CLOCK_PIXEL_BVB 0x0000000e /**< Pixel BVB clock */ > +/** @} */ > + > +/** > + * @brief Mailbox Property Interface Tag structure > + * Represents a single property tag in the mailbox message. > + */ > +typedef struct mbox_property_tag{ > + uint32_t id; /**< Property Tag ID */ > + uint32_t buffer_size; /**< Size of value_buffer in bytes */ > + volatile uint32_t val_len; /**< Request: 0, Response: length of valid > data */ > + volatile uint32_t value_buffer[]; /**< Tag-specific data buffer */ > +}mbox_property_tag; These structures should all have spaces between curly braces and text. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/915#note_138810 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
