Skip to content

Commit

Permalink
trivial: fix missed header related to tk1
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Scott <[email protected]>
  • Loading branch information
Oliver Scott authored and Oliver Scott committed Nov 5, 2020
1 parent a0618cc commit fb68284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camkes/templates/component.simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static seL4_Error simple_camkes_get_iospace(void *data, uint16_t domainID, uint1
}
#endif

#ifdef CONFIG_ARM_SMMU
#ifdef CONFIG_TK1_SMMU
static seL4_Error simple_camkes_get_iospace_cap_count(void *data, int *count) {
if (count) {
*count = /*? len(iospaces) ?*/;
Expand Down

0 comments on commit fb68284

Please sign in to comment.