blob: 49da073bc537a7bd5500a3997dec780f546d70b8 [file] [edit]
/*
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
procedure BPMP {
/* This is intended to be used with the included library in the component */
int call(in int mrq, in size_t tx_size, out size_t bytes_rxd);
};