1 2 3 4 5 6 7 8 9 10 11
/* * cs4232.h * * Copyright: Christoph Hellwig <chhellwig@gmx.net> * */ int probe_cs4232 (struct address_info *hw_config); void attach_cs4232 (struct address_info *hw_config); int probe_cs4232_mpu (struct address_info *hw_config); void attach_cs4232_mpu (struct address_info *hw_config);