setup.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) setup.h (6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1#ifndef __IA64_SETUP_H
2#define __IA64_SETUP_H
3
4#define COMMAND_LINE_SIZE 2048
5
6extern struct ia64_boot_param {
7 __u64 command_line; /* physical address of command line arguments */
8 __u64 efi_systab; /* physical address of EFI system table */

--- 16 unchanged lines hidden ---
2#ifndef __IA64_SETUP_H
3#define __IA64_SETUP_H
4
5#define COMMAND_LINE_SIZE 2048
6
7extern struct ia64_boot_param {
8 __u64 command_line; /* physical address of command line arguments */
9 __u64 efi_systab; /* physical address of EFI system table */

--- 16 unchanged lines hidden ---