16758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar/* ===-- types.h - stub SDK header for compiler-rt --------------------------===
26758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *
36758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *                     The LLVM Compiler Infrastructure
46758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *
56758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * This file is dual licensed under the MIT and the University of Illinois Open
66758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * Source Licenses. See LICENSE.TXT for details.
76758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *
86758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * ===-----------------------------------------------------------------------===
96758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *
106758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * This is a stub SDK header file. This file is not part of the interface of
116758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * this library nor an official version of the appropriate SDK header. It is
126758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * intended only to stub the features of this header required by compiler-rt.
136758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar *
146758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar * ===-----------------------------------------------------------------------===
156758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar */
166758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar
176758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar#ifndef __SYS_TYPES_H__
186758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar#define __SYS_TYPES_H__
196758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar
206758892590ff3a56d800cb862d3b37f63ff941faDaniel Dunbar#endif /* __SYS_TYPES_H__ */
21