repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
18 lines
358 B
C
18 lines
358 B
C
/* 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 */
|