Bluetooth: make baswap src const
Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
dbbccdc4ce
commit
65bce46298
@@ -233,7 +233,7 @@ static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src)
|
||||
memcpy(dst, src, sizeof(bdaddr_t));
|
||||
}
|
||||
|
||||
void baswap(bdaddr_t *dst, bdaddr_t *src);
|
||||
void baswap(bdaddr_t *dst, const bdaddr_t *src);
|
||||
|
||||
/* Common socket structures and functions */
|
||||
|
||||
|
Reference in New Issue
Block a user