mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Typos' in Bahadir's repo corrected, we are in good shape now and in sync
with bahadir's latest devel branch
This commit is contained in:
@@ -149,8 +149,10 @@ int cap_read_all()
|
||||
"complete CAP_CONTROL_READ_CAPS request.\n");
|
||||
BUG();
|
||||
}
|
||||
|
||||
#if 0
|
||||
cap_array_print(&caparray);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -75,6 +75,11 @@ void cap_print(struct capability *cap)
|
||||
printf("Capability type:\t\t%s\n", "Mutex");
|
||||
break;
|
||||
case CAP_TYPE_IRQCTRL:
|
||||
printf("Capability resource type:\t%s\n", "IRQ");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void cap_array_print()
|
||||
{
|
||||
printf("Capabilities\n"
|
||||
|
||||
Reference in New Issue
Block a user