fastrpc: correct reference to android code

The REMOTE_SCALARS_*() macros are actually in fastrpc.git/inc/remote.h.
Correct the reference so these macros can be traced to their origin.
This commit is contained in:
Richard Acayan
2023-01-09 18:35:49 -05:00
parent 10e6357dc6
commit 9fc9505c09

View File

@@ -26,7 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
// See fastrpc.git/src/remotectl_stub.c
// See fastrpc.git/inc/remote.h
#define REMOTE_SCALARS_MAKEX(nAttr,nMethod,nIn,nOut,noIn,noOut) \
((((uint32_t) (nAttr) & 0x7) << 29) | \
(((uint32_t) (nMethod) & 0x1f) << 24) | \