Rev 3222 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3222 | Rev 3488 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <libc.h> |
35 | #include <libc.h> |
| 36 | #include <sys/types.h> |
36 | #include <sys/types.h> |
| - | 37 | #include <smc.h> |
|
| 37 | 38 | ||
| 38 | int smc_coherence(void *address, size_t size) |
39 | int smc_coherence(void *address, size_t size) |
| 39 | { |
40 | { |
| 40 | return __SYSCALL2(SYS_SMC_COHERENCE, (sysarg_t) address, |
41 | return __SYSCALL2(SYS_SMC_COHERENCE, (sysarg_t) address, |
| 41 | (sysarg_t) size); |
42 | (sysarg_t) size); |