//==============================================================================
 
//
 
// Title:               RedPitaya.h
 
// Purpose:             A short description of the interface.
 
//
 
// Created on:  27. 01. 2017 at 13:29:33 by korpar.
 
// Copyright:   . All Rights Reserved.
 
//
 
//==============================================================================
 
 
 
#ifndef __RedPitaya_H__
 
#define __RedPitaya_H__
 
 
 
#ifdef __cplusplus
 
    extern "C" {
 
#endif
 
 
 
//==============================================================================
 
// Include files
 
 
 
#include "cvidef.h"
 
 
 
//==============================================================================
 
// Constants
 
 
 
//==============================================================================
 
// Types
 
 
 
//==============================================================================
 
// External variables
 
 
 
//==============================================================================
 
// Global functions
 
 
 
int Declare_Your_Functions_Here (int x);
 
 
 
#ifdef __cplusplus
 
    }
 
#endif
 
 
 
#endif  /* ndef __RedPitaya_H__ */