Logo
Explore Help
Sign In
Linux/u-boot-bpi-r3
1
0
Fork 0
You've already forked u-boot-bpi-r3
mirror of https://github.com/frank-w/u-boot.git synced 2026-01-07 16:48:14 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
d16d37bcd4087b8ea0f66cb76a73edad182d151a
u-boot-bpi-r3/include/asm-generic/types.h

10 lines
209 B
C
Raw Normal View History

arch: types.h: factor out fixed width typedefs to int-ll64.h All architectures have the same definition for s8/16/32/64 and u8/16/32/64. Factor out the duplicated code into <asm-generic/int-ll64.h>. BTW, Linux unified the kernel space definition into int-ll64.h a few years ago as you see in Linux commit 0c79a8e29b5f ("asm/types.h: Remove include/asm-generic/int-l64.h"). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-08-06 20:47:39 +09:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_GENERIC_TYPES_H
#define _ASM_GENERIC_TYPES_H
/*
* int-ll64 is used everywhere now.
*/
#include <asm-generic/int-ll64.h>
#endif /* _ASM_GENERIC_TYPES_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 246ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API