Subversion Repositories pentevo

Rev

Rev 418 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
418 lvd 1
/* MTI_DPI */
2
 
3
/*
4
 * Copyright 2002-2010 Mentor Graphics Corporation.
5
 *
6
 * Note:
7
 *   This file is automatically generated.
8
 *   Please do not edit this file - you will lose your edits.
9
 *
10
 * Settings when this file was generated:
11
 *   PLATFORM = 'linux'
12
 */
13
#ifndef INCLUDED_SNDPIX
14
#define INCLUDED_SNDPIX
15
 
16
#ifdef __cplusplus
17
#define DPI_LINK_DECL  extern "C" 
18
#else
19
#define DPI_LINK_DECL 
20
#endif
21
 
22
#include "svdpi.h"
23
 
24
 
25
DPI_LINK_DECL DPI_DLLESPEC
26
int
27
sndpix(
28
    int hcoord,
29
    int vcoord,
30
    int rrggbb,
31
    int hperiod,
32
    int vperiod);
33
 
34
#endif