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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [linux/] [include/] [stdint.h] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
/* libc/sys/linux/include/stdint.h - Standard integer types */
2
 
3
/* Written 2000 by Werner Almesberger */
4
 
5
 
6
#ifndef _NEWLIB_STDINT_H
7
#define _NEWLIB_STDINT_H
8
 
9
/*
10
 * FIXME: linux/types.h defines various types that rightfully belong into
11
 * stdint.h. So we have no choice but to include linux/types.h directly, even
12
 * if this causes name space pollution. Note: we have to go via sys/types.h
13
 * in order to resolve some other compatibility issues.
14
 */
15
 
16
#include <sys/types.h>
17
 
18
#endif

powered by: WebSVN 2.1.0

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