ipc_init_proc_interface — Create a proc interface for sysipc types using a seq_file interface.
void __init ipc_init_proc_interface
(const char * path, const char * header, int ids, int (*show)
(struct seq_file *, void *));
Path in procfs
Banner to be printed at the beginning of the file.
ipc id table to iterate.
show routine.