Staging
v0.7.0
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: d1eef1c619749b2a57e514a3fa67d9a516ffa919 authored by Linus Torvalds on 15 December 2019, 23:16:08 UTC
Linux 5.5-rc2
Tip revision: d1eef1c
bootinfo-q40.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
** asm/bootinfo-q40.h -- Q40-specific boot information definitions
*/

#ifndef _UAPI_ASM_M68K_BOOTINFO_Q40_H
#define _UAPI_ASM_M68K_BOOTINFO_Q40_H


    /*
     *  Latest Q40 bootinfo version
     */

#define Q40_BOOTI_VERSION	MK_BI_VERSION(2, 0)


#endif /* _UAPI_ASM_M68K_BOOTINFO_Q40_H */
back to top