port_cfg.h 381 B

12345678910111213
  1. #ifndef __PORT_CFG_H__
  2. #define __PORT_CFG_H__
  3. #include "ccci_core.h"
  4. /* Port mapping */
  5. extern struct ccci_port_ops char_port_ops;
  6. extern struct ccci_port_ops net_port_ops;
  7. extern struct ccci_port_ops kernel_port_ops;
  8. extern struct ccci_port_ops ipc_port_ack_ops;
  9. extern struct ccci_port_ops ipc_kern_port_ops;
  10. int md_port_cfg(struct ccci_modem *md);
  11. #endif /* __PORT_CFG_H__ */