IKC and test handler

This commit is contained in:
Taku Shimosawa
2011-10-18 19:18:45 +09:00
parent 4c51abf066
commit 4585e81cd9
3 changed files with 54 additions and 1 deletions

View File

@ -32,3 +32,7 @@ static int arch_master_channel_packet_handler(struct aal_ikc_channel_desc *c,
return 0;
}
struct aal_ikc_channel_desc *aal_mc_get_master_channel(void)
{
return &mchannel;
}