/
usr
/
include
/
m68k-linux-gnu
/
asm
/
/usr/include/m68k-linux-gnu/asm
mkdir
upload
Name
Size
Mode
Actions
a.out.h
772
0644
edit
dl
rm
auxvec.h
32
0644
edit
dl
rm
bitsperlong.h
37
0644
edit
dl
rm
bootinfo-amiga.h
1480
0644
edit
dl
rm
bootinfo-apollo.h
567
0644
edit
dl
rm
bootinfo-atari.h
1000
0644
edit
dl
rm
bootinfo-hp300.h
1519
0644
edit
dl
rm
bootinfo-mac.h
4543
0644
edit
dl
rm
bootinfo-q40.h
343
0644
edit
dl
rm
bootinfo-virt.h
630
0644
edit
dl
rm
bootinfo-vme.h
1777
0644
edit
dl
rm
bootinfo.h
5197
0644
edit
dl
rm
bpf_perf_event.h
40
0644
edit
dl
rm
byteorder.h
188
0644
edit
dl
rm
cachectl.h
559
0644
edit
dl
rm
errno.h
31
0644
edit
dl
rm
fcntl.h
376
0644
edit
dl
rm
ioctl.h
31
0644
edit
dl
rm
ioctls.h
220
0644
edit
dl
rm
ipcbuf.h
32
0644
edit
dl
rm
mman.h
30
0644
edit
dl
rm
msgbuf.h
32
0644
edit
dl
rm
param.h
254
0644
edit
dl
rm
poll.h
197
0644
edit
dl
rm
posix_types.h
733
0644
edit
dl
rm
ptrace.h
1899
0644
edit
dl
rm
resource.h
34
0644
edit
dl
rm
sembuf.h
32
0644
edit
dl
rm
setup.h
446
0644
edit
dl
rm
shmbuf.h
32
0644
edit
dl
rm
sigcontext.h
627
0644
edit
dl
rm
siginfo.h
33
0644
edit
dl
rm
signal.h
1686
0644
edit
dl
rm
socket.h
32
0644
edit
dl
rm
sockios.h
33
0644
edit
dl
rm
stat.h
1685
0644
edit
dl
rm
statfs.h
32
0644
edit
dl
rm
swab.h
608
0644
edit
dl
rm
termbits.h
34
0644
edit
dl
rm
termios.h
33
0644
edit
dl
rm
types.h
31
0644
edit
dl
rm
unistd.h
181
0644
edit
dl
rm
unistd_32.h
11892
0644
edit
dl
rm
Edit:
/usr/lib/linux/uapi/m68k/asm/bootinfo-amiga.h
(1480B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* ** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions */ #ifndef _ASM_M68K_BOOTINFO_AMIGA_H #define _ASM_M68K_BOOTINFO_AMIGA_H /* * Amiga-specific tags */ #define BI_AMIGA_MODEL 0x8000 /* model (__be32) */ #define BI_AMIGA_AUTOCON 0x8001 /* AutoConfig device */ /* (AmigaOS struct ConfigDev) */ #define BI_AMIGA_CHIP_SIZE 0x8002 /* size of Chip RAM (__be32) */ #define BI_AMIGA_VBLANK 0x8003 /* VBLANK frequency (__u8) */ #define BI_AMIGA_PSFREQ 0x8004 /* power supply frequency (__u8) */ #define BI_AMIGA_ECLOCK 0x8005 /* EClock frequency (__be32) */ #define BI_AMIGA_CHIPSET 0x8006 /* native chipset present (__be32) */ #define BI_AMIGA_SERPER 0x8007 /* serial port period (__be16) */ /* * Amiga models (BI_AMIGA_MODEL) */ #define AMI_UNKNOWN 0 #define AMI_500 1 #define AMI_500PLUS 2 #define AMI_600 3 #define AMI_1000 4 #define AMI_1200 5 #define AMI_2000 6 #define AMI_2500 7 #define AMI_3000 8 #define AMI_3000T 9 #define AMI_3000PLUS 10 #define AMI_4000 11 #define AMI_4000T 12 #define AMI_CDTV 13 #define AMI_CD32 14 #define AMI_DRACO 15 /* * Amiga chipsets (BI_AMIGA_CHIPSET) */ #define CS_STONEAGE 0 #define CS_OCS 1 #define CS_ECS 2 #define CS_AGA 3 /* * Latest Amiga bootinfo version */ #define AMIGA_BOOTI_VERSION MK_BI_VERSION(2, 0) #endif /* _ASM_M68K_BOOTINFO_AMIGA_H */
Save
cmd:
run