Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.12-rc4 8 lines 141 B view raw
1#ifndef _LINUX_HPFS_FS_H 2#define _LINUX_HPFS_FS_H 3 4/* HPFS magic number (word 0 of block 16) */ 5 6#define HPFS_SUPER_MAGIC 0xf995e849 7 8#endif