ReactOS
0.4.16-dev-340-g0540c21
platform.h
Go to the documentation of this file.
1
2
// Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
3
// All rights reserved
4
// This file was released under the GPLv2 on June 2015.
6
7
#ifndef _PLATFORM_SPECIFIC_H_
8
#define _PLATFORM_SPECIFIC_H_
9
10
typedef
char
int8
;
11
typedef
short
int16
;
12
typedef
long
int32
;
13
typedef
long
long
int64
;
14
15
typedef
unsigned
char
uint8
;
16
typedef
unsigned
short
uint16
;
17
typedef
unsigned
long
uint32
;
18
typedef
unsigned
long
long
uint64
;
19
20
typedef
uint32
lba_t
;
21
22
#endif
// _PLATFORM_SPECIFIC_H_
uint32
unsigned int uint32
Definition:
types.h:32
uint16
unsigned short uint16
Definition:
platform.h:16
uint64
unsigned long long uint64
Definition:
platform.h:18
int16
short int16
Definition:
platform.h:11
uint32
unsigned long uint32
Definition:
platform.h:17
int32
long int32
Definition:
platform.h:12
lba_t
uint32 lba_t
Definition:
platform.h:20
uint8
unsigned char uint8
Definition:
platform.h:15
int8
char int8
Definition:
platform.h:10
int64
long long int64
Definition:
platform.h:13
drivers
filesystems
udfs
Include
platform.h
Generated on Fri Dec 13 2024 06:12:42 for ReactOS by
1.9.6