projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae0922
)
qemu: fixed build break; argument type difference
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 7 Aug 2013 05:04:30 +0000
(14:04 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 7 Aug 2013 05:04:30 +0000
(14:04 +0900)
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/hw/maru_virtio_nfc.c
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_virtio_nfc.c
b/tizen/src/hw/maru_virtio_nfc.c
index 69dc319eea81c34ed10c23b72bb0071f6fd29c1d..51f7d596c13661d21312037cbeb69d62f4738f8e 100755
(executable)
--- a/
tizen/src/hw/maru_virtio_nfc.c
+++ b/
tizen/src/hw/maru_virtio_nfc.c
@@
-98,7
+98,7
@@
static int count = 0;
\r
static pthread_mutex_t recv_buf_mutex = PTHREAD_MUTEX_INITIALIZER;
\r
\r
-bool send_to_nfc(enum request_cmd_nfc req, char* data, const uint32_t len)
\r
+bool send_to_nfc(enum request_cmd_nfc req, c
onst c
har* data, const uint32_t len)
\r
{
\r
MsgInfo* _msg = (MsgInfo*) malloc(sizeof(MsgInfo));
\r
if (!_msg)
\r