mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
10 lines
189 B
C
10 lines
189 B
C
// Copyright (c) National Instruments 2008. All Rights Reserved.
|
|
|
|
#ifndef __NiRio_h__
|
|
#define __NiRio_h__
|
|
|
|
#include "NiFpga.h"
|
|
typedef NiFpga_Status tRioStatusCode;
|
|
|
|
#endif // __NiRio_h__
|