VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/include/endian.h@ 20295

最後變更 在這個檔案從20295是 1,由 vboxsync 提交於 55 年 前

import

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 695 位元組
 
1#ifndef ETHERBOOT_ENDIAN_H
2#define ETHERBOOT_ENDIAN_H
3
4/* Definitions for byte order, according to significance of bytes,
5 from low addresses to high addresses. The value is what you get by
6 putting '4' in the most significant byte, '3' in the second most
7 significant byte, '2' in the second least significant byte, and '1'
8 in the least significant byte, and then writing down one digit for
9 each byte, starting with the byte at the lowest address at the left,
10 and proceeding to the byte with the highest address at the right. */
11
12#define __LITTLE_ENDIAN 1234
13#define __BIG_ENDIAN 4321
14#define __PDP_ENDIAN 3412
15
16#include "bits/endian.h"
17
18
19#endif /* ETHERBOOT_ENDIAN_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette