Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAMP/open-amp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 648b59f33c9bb8e39db90cc82584c6a03eaec1e7
Choose a base ref
..
head repository: OpenAMP/open-amp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fee6db761c2a3332cc660bc2b6cfdba8b4d5477b
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 lib/service/rpmsg/rpc/rpmsg_rpc_client.c
  2. +1 −1 lib/service/rpmsg/rpc/rpmsg_rpc_server.c
2 changes: 1 addition & 1 deletion lib/service/rpmsg/rpc/rpmsg_rpc_client.c
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <openamp/rpmsg_rpc_client_server.h>
#include <errno.h>
#include <openamp/rpmsg_rpc_client_server.h>

static int rpmsg_endpoint_client_cb(struct rpmsg_endpoint *, void *, size_t,
uint32_t, void *);
2 changes: 1 addition & 1 deletion lib/service/rpmsg/rpc/rpmsg_rpc_server.c
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <openamp/rpmsg_rpc_client_server.h>
#include <errno.h>
#include <openamp/rpmsg_rpc_client_server.h>

#define LPERROR(format, ...) metal_log(METAL_LOG_ERROR, format, ##__VA_ARGS__)