URL
https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk
Subversion Repositories pcie_ds_dma
[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [common/] [pex/] [factory.h] - Rev 41
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef FACTORY_H #define FACTORY_H #include "board.h" #ifdef WINDOWS #define BRD_API __declspec( dllexport ) #else #define BRD_API #endif #ifdef __cplusplus extern "C" { #endif BRD_API board* create_board(); #ifdef __cplusplus }; #endif #endif // FACTORY_H
Go to most recent revision | Compare with Previous | Blame | View Log