Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
2 | * This file is auto-generated. Modifications will be lost. | ||||
3 | * | ||||
4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | ||||
5 | * for more information. | ||||
6 | */ | ||||
Christopher Ferris | 4ba5449 | 2024-09-18 16:25:22 +0000 | [diff] [blame^] | 7 | #include <asm/bitsperlong.h> |
8 | #if __BITS_PER_LONG == 64 | ||||
9 | #include <asm/unistd_64.h> | ||||
10 | #else | ||||
11 | #include <asm/unistd_32.h> | ||||
Elliott Hughes | 5e7f8f1 | 2022-10-01 15:10:58 +0000 | [diff] [blame] | 12 | #endif |