aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/SAM7S256/Include/ysizet.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/SAM7S256/Include/ysizet.h')
-rw-r--r--AT91SAM7S256/SAM7S256/Include/ysizet.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/AT91SAM7S256/SAM7S256/Include/ysizet.h b/AT91SAM7S256/SAM7S256/Include/ysizet.h
deleted file mode 100644
index e3f9989..0000000
--- a/AT91SAM7S256/SAM7S256/Include/ysizet.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* ysizet.h internal header file. */
-/* Copyright (C) 2003 IAR Systems. All rights reserved. */
-
-#ifndef _YSIZET_H
-#define _YSIZET_H
-
-#ifndef _SYSTEM_BUILD
-#pragma system_include
-#endif
-
-#ifndef _YVALS
- #include <yvals.h>
-#endif
-
-_C_STD_BEGIN
- /* type definitions */
-#if !defined(_SIZE_T) && !defined(_SIZET)
- #define _SIZE_T
- #define _SIZET
- #define _STD_USING_SIZE_T
-typedef _Sizet size_t;
-#endif /* !defined(_SIZE_T) && !defined(_SIZET) */
-
-#define __DATA_PTR_MEM_HELPER1__(M, I) \
-typedef __DATA_MEM##I##_SIZE_TYPE__ M##_size_t;
-__DATA_PTR_MEMORY_LIST1__()
-#undef __DATA_PTR_MEM_HELPER1__
-
-_C_STD_END
-
-#if defined(_STD_USING) && defined(__cplusplus)
- #ifdef _STD_USING_SIZE_T
-using _CSTD size_t;
- #endif /* _STD_USING_SIZE_T */
-#endif /* defined(_STD_USING) && defined(__cplusplus) */
-
-#endif /* _YSIZET_H */