change function names

This commit is contained in:
Tomoki Shirasawa
2012-12-17 16:15:05 +09:00
parent 0a808057eb
commit 4693789608
49 changed files with 800 additions and 800 deletions

View File

@@ -25,7 +25,7 @@ struct ikc_scd_packet {
};
struct mcctrl_priv {
aal_os_t os;
ihk_os_t os;
struct program_load_desc *desc;
};
@@ -53,7 +53,7 @@ struct syscall_params {
};
struct mcctrl_channel {
struct aal_ikc_channel_desc *c;
struct ihk_ikc_channel_desc *c;
struct syscall_params param;
struct ikc_scd_init_param init;
void *dma_buf;