OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [bfin/] [include/] [sys/] [mc_typedef.h] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
/*
2
 * The authors hereby grant permission to use, copy, modify, distribute,
3
 * and license this software and its documentation for any purpose, provided
4
 * that existing copyright notices are retained in all copies and that this
5
 * notice is included verbatim in any distributions. No written agreement,
6
 * license, or royalty fee is required for any of the authorized uses.
7
 * Modifications to this software may be copyrighted by their authors
8
 * and need not follow the licensing terms described here, provided that
9
 * the new terms are clearly indicated on the first page of each file where
10
 * they apply.
11
 */
12
 
13
#pragma once
14
#ifndef __NO_BUILTIN
15
#pragma system_header /* sys/mc_typedef.h */
16
#endif
17
/************************************************************************
18
 *
19
 * sys/mc_typedef.h
20
 *
21
 * Copyright (C) 2008 Analog Devices, Inc.
22
 *
23
 ************************************************************************/
24
 
25
/* Define testset_t. */
26
 
27
#ifndef _SYS_MC_TYPEDEF_H
28
#define _SYS_MC_TYPEDEF_H
29
 
30
#if !defined(__ADSPLPBLACKFIN__)
31
typedef volatile unsigned char testset_t;
32
#elif defined(__WORKAROUND_TESTSET_ALIGN) /* require 32-bit aligned address */
33
typedef volatile unsigned int testset_t;
34
#else
35
typedef volatile unsigned short testset_t;
36
#endif
37
 
38
#endif /* _SYS_MC_TYPEDEF_H */

powered by: WebSVN 2.1.0

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