mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
4f5537de7c
commit
e18fa700c9
30 changed files with 67 additions and 85 deletions
|
@ -1,11 +1,11 @@
|
|||
#ifndef __CODA_PSDEV_H
|
||||
#define __CODA_PSDEV_H
|
||||
|
||||
#include <linux/magic.h>
|
||||
|
||||
#define CODA_PSDEV_MAJOR 67
|
||||
#define MAX_CODADEVS 5 /* how many do we allow */
|
||||
|
||||
#define CODA_SUPER_MAGIC 0x73757245
|
||||
|
||||
struct kstatfs;
|
||||
|
||||
struct coda_sb_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue