jerrym | f157933 | 2013-02-07 01:56:28 +0000 | [diff] [blame] | 1 | // Copyright (c) National Instruments 2008. All Rights Reserved. |
2 | |||||
3 | #ifndef __NiRio_h__ | ||||
4 | #define __NiRio_h__ | ||||
5 | |||||
6 | #include "NiFpga.h" | ||||
7 | typedef NiFpga_Status tRioStatusCode; | ||||
8 | |||||
9 | #endif // __NiRio_h__ |