source: drsdaq/VME/struck/sis1100/V2.02/sis3100_calls/sharc_utils.h@ 23

Last change on this file since 23 was 22, checked in by ogrimm, 16 years ago
First commit of drsdaq program
File size: 2.1 KB
Line 
1/*===========================================================================*/
2/* */
3/* File: sharc_utils.h */
4/* */
5/* OS: LINUX (Kernel >= 2.4.4 */
6/* */
7/* Description: */
8/* */
9/* Version: 1.0 */
10/* */
11/* */
12/* Generated: 18.12.01 */
13/* */
14/* Author: TH */
15/* */
16/* Last Change: Installation */
17/*---------------------------------------------------------------------------*/
18/* SIS GmbH */
19/* Harksheider Str. 102A */
20/* 22399 Hamburg */
21/* */
22/* http://www.struck.de */
23/* */
24/*===========================================================================*/
25
26
27/*===========================================================================*/
28/* Prototypes */
29/*===========================================================================*/
30
31
32int reset_dsp(int p);
33int load_dsp(int p, int p_sharc, char* dsp_path);
34
35
36
37
38
39
40
41
42
43
44
Note: See TracBrowser for help on using the repository browser.