/* * USCI Initialization */ #ifndef USCI_INIT_H_ #define USCI_INIT_H_ #include void usci_init(void); #endif /* USCI_INIT_H_ */