mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The rest of our platforms make bus_space_write_multi_stream_2's 'a' a
const pointer.
This commit is contained in:
parent
2ae86927a6
commit
437ce69ead
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ bus_space_write_multi_stream_1(bus_space_tag_t t, bus_space_handle_t h,
|
|||
|
||||
static __inline void
|
||||
bus_space_write_multi_stream_2(bus_space_tag_t t, bus_space_handle_t h,
|
||||
bus_size_t o, uint16_t *a, size_t c)
|
||||
bus_size_t o, const uint16_t *a, size_t c)
|
||||
{
|
||||
|
||||
while (c-- > 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue