Added ipc_stats_target.

This commit is contained in:
Philip Homburg 2008-02-22 12:25:44 +00:00
parent 4a86b1fea5
commit f6872f8323

View File

@ -136,3 +136,4 @@ extern int dummy[(NR_BOOT_PROCS==sizeof(image)/
sizeof(struct boot_image))?1:-1];
extern int dummy[(BITCHUNK_BITS > NR_BOOT_PROCS - 1) ? 1 : -1];
PUBLIC endpoint_t ipc_stats_target= NONE;