Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c43abaed authored by Kevin Coffman's avatar Kevin Coffman Committed by Trond Myklebust
Browse files

xdr: Add an export for the helper function write_bytes_to_xdr_buf()

parent 4018bf3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -762,6 +762,7 @@ int write_bytes_to_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, un
	__write_bytes_to_xdr_buf(&subbuf, obj, len);
	return 0;
}
EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf);

int
xdr_decode_word(struct xdr_buf *buf, unsigned int base, u32 *obj)