diff options
| author | David 'Digit' Turner <digit@google.com> | 2014-11-18 20:13:10 +0100 |
|---|---|---|
| committer | David 'Digit' Turner <digit@google.com> | 2014-11-18 20:13:10 +0100 |
| commit | 6e50cb454451916ced315680f6c13dc08cf3959a (patch) | |
| tree | 1ab0811856efaf6fe5466d692526b18a31aa9c95 /libc/arch-mips/include | |
| parent | 8eda0a6d69fda865b576bc18311a3d79c84b42a1 (diff) | |
| download | bionic-6e50cb454451916ced315680f6c13dc08cf3959a.zip bionic-6e50cb454451916ced315680f6c13dc08cf3959a.tar.gz bionic-6e50cb454451916ced315680f6c13dc08cf3959a.tar.bz2 | |
libc: Move <sgidefs.h> to libc/arch-mips/
This is a MIPS-only header, and should not be part of the common
headers. See http://b.android.com/79841 for context.
Change-Id: I610bc3ff626b57e7854dad15a4a2f67e1e5ded75
Diffstat (limited to 'libc/arch-mips/include')
| -rw-r--r-- | libc/arch-mips/include/sgidefs.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libc/arch-mips/include/sgidefs.h b/libc/arch-mips/include/sgidefs.h new file mode 100644 index 0000000..8b37bf0 --- /dev/null +++ b/libc/arch-mips/include/sgidefs.h @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#ifndef _SGIDEFS_H_ +#define _SGIDEFS_H_ + +#include <asm/sgidefs.h> + +#endif /* _SGIDEFS_H_ */ |
