/* * PCC (Platform Communications Channel) methods * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 * of the License. */#ifndef _PCC_H#define _PCC_H#include <linux/mailbox_controller.h>#include <linux/mailbox_client.h>#ifdef CONFIG_PCCexternstructmbox_chan*pcc_mbox_request_channel(structmbox_client*cl,intsubspace_id);externvoidpcc_mbox_free_channel(structmbox_chan*chan);#elsestaticinlinestructmbox_chan*pcc_mbox_request_channel(structmbox_client*cl,intsubspace_id){