comparison nav_read.h @ 20:fce16251755c src

Remove all trailing whitespace, patch by Erik Hovland *erik$hovland dot org%
author rathann
date Sat, 06 Sep 2008 21:55:51 +0000
parents fdbae45c30fc
children 4aa618ae094f
comparison
equal deleted inserted replaced
19:7f7e87bd7536 20:fce16251755c
29 extern "C" { 29 extern "C" {
30 #endif 30 #endif
31 31
32 /** 32 /**
33 * Reads the PCI packet data pointed to into th pci struct. 33 * Reads the PCI packet data pointed to into th pci struct.
34 * 34 *
35 * @param pci Pointer to the PCI data structure to be filled in. 35 * @param pci Pointer to the PCI data structure to be filled in.
36 * @param bufffer Pointer to the buffer of the on disc PCI data. 36 * @param bufffer Pointer to the buffer of the on disc PCI data.
37 */ 37 */
38 void navRead_PCI(pci_t *, unsigned char *); 38 void navRead_PCI(pci_t *, unsigned char *);
39 39
40 /** 40 /**
41 * Reads the DSI packet data pointed to into dsi struct. 41 * Reads the DSI packet data pointed to into dsi struct.
42 * 42 *
43 * @param dsi Pointer to the DSI data structure to be filled in. 43 * @param dsi Pointer to the DSI data structure to be filled in.
44 * @param bufffer Pointer to the buffer of the on disc DSI data. 44 * @param bufffer Pointer to the buffer of the on disc DSI data.
45 */ 45 */
46 void navRead_DSI(dsi_t *, unsigned char *); 46 void navRead_DSI(dsi_t *, unsigned char *);
47 47