aboutsummaryrefslogtreecommitdiff
path: root/other-licence/bcm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'other-licence/bcm/types.h')
-rw-r--r--other-licence/bcm/types.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/other-licence/bcm/types.h b/other-licence/bcm/types.h
deleted file mode 100644
index fb562d7..0000000
--- a/other-licence/bcm/types.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation
- * All rights reserved.
- * This program and the accompanying materials
- * are made available under the terms of the BSD License
- * which accompanies this distribution, and is available at
- * http://www.opensource.org/licenses/bsd-license.php
- *
- * Contributors:
- * IBM Corporation - initial implementation
- *****************************************************************************/
-
-#ifndef _TYPES_H_
-#define _TYPES_H_
-
-typedef unsigned char u08_t;
-typedef unsigned short u16_t;
-typedef unsigned int u32_t;
-typedef unsigned long long u64_t;
-
-typedef signed char i08_t;
-typedef signed short i16_t;
-typedef signed int i32_t;
-typedef signed long long i64_t;
-
-#endif