OpenCores
URL https://opencores.org/ocsvn/funbase_ip_library/funbase_ip_library/trunk

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.swp.api/] [openmcapi/] [1.0/] [include/] [mca_impl_spec.h] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
/*
2
 * Copyright (c) 2011, The Multicore Association All rights reserved.
3
 * Redistribution and use in source and binary forms, with or without
4
 * modification, are permitted provided that the following conditions are
5
 * met:
6
 *
7
 * (1) Redistributions of source code must retain the above copyright
8
 *     notice, this list of conditions and the following disclaimer.
9
 *
10
 * (2) Redistributions in binary form must reproduce the above copyright
11
 *     notice, this list of conditions and the following disclaimer in the
12
 *     documentation and/or other materials provided with the distribution.
13
 *
14
 * (3) Neither the name of the Multicore Association nor the names of its
15
 *     contributors may be used to endorse or promote products derived from
16
 *     this software without specific prior written permission.
17
 *
18
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21
 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22
 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24
 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
 * POSSIBILITY OF SUCH DAMAGE.
30
 *
31
 * mca_impl_spec.h
32
 *
33
 * Version 2.014, February 2011
34
 *
35
 */
36
 
37
#ifndef MCA_IMPL_SPEC_H
38
#define MCA_IMPL_SPEC_H
39
 
40
#ifdef __cplusplus
41
extern "C" {
42
#endif /* __cplusplus */
43
 
44
/*
45
 * MCA implementation specific type definitions.
46
 *
47
 * It is recommended that these types be either pointers or 32 bit scalars,
48
 * allowing simple arithmetic equality comparison (a == b).
49
 * Implementers may determine which of these type are used.
50
 *
51
 */
52
typedef unsigned int            mca_request_t;
53
 
54
#ifdef __cplusplus
55
}
56
#endif /* __cplusplus */
57
 
58
#endif /* MCA_IMPL_SPEC_H */

powered by: WebSVN 2.1.0

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