Changeset 73c4487 in multiio for pcmmio/mio_io.h
- Timestamp:
- 10/05/11 18:14:29 (11 years ago)
- Branches:
- master
- Children:
- a870176
- Parents:
- 51c9c70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcmmio/mio_io.h
r51c9c70 r73c4487 142 142 143 143 #endif 144 145 #include <sys/types.h> 144 146 145 147 /* part of the porting layer */ … … 186 188 int dio_get_int(void); 187 189 int dio_get_int_with_timestamp( 188 unsigned long long*timestamp190 struct timespec *timestamp 189 191 ); 190 192 int wait_adc_int(int adc_num); … … 193 195 194 196 #if defined(__rtems__) 197 195 198 void pcmmio_initialize( 196 199 unsigned short _base_port, … … 203 206 int wait_dio_int_with_timeout(int milliseconds); 204 207 int wait_dio_int_with_timestamp( 205 int 206 unsigned long long*timestamp208 int milliseconds, 209 struct timespec *timestamp 207 210 ); 208 211 int dio_get_missed_interrupts(void);
Note: See TracChangeset
for help on using the changeset viewer.