]> Git Repo - J-linux.git/blob - include/linux/platform_data/x86/apple.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / platform_data / x86 / apple.h
1 #ifndef PLATFORM_DATA_X86_APPLE_H
2 #define PLATFORM_DATA_X86_APPLE_H
3
4 #ifdef CONFIG_X86
5 /**
6  * x86_apple_machine - whether the machine is an x86 Apple Macintosh
7  */
8 extern bool x86_apple_machine;
9 #else
10 #define x86_apple_machine false
11 #endif
12
13 #endif
This page took 0.024976 seconds and 4 git commands to generate.