OpenCores
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] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 v.karak
#ifndef FACTORY_H
2
#define FACTORY_H
3
 
4
#include "board.h"
5
 
6
#ifdef WINDOWS
7
    #define     BRD_API __declspec( dllexport )
8
#else
9
    #define     BRD_API
10
#endif
11
 
12
#ifdef __cplusplus
13
extern "C" {
14
#endif
15
 
16
BRD_API board* create_board();
17
 
18
#ifdef __cplusplus
19
};
20
#endif
21
 
22
 
23
#endif // FACTORY_H

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.