You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
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:
@@ -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) | \
|
||||
|
||||
Reference in New Issue
Block a user