*: make "pragma GCC visibility push(hidden)" less ugly
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
*
|
||||
* Copyright (C) 1991, 1992 Linus Torvalds
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_EXT2_FS_H
|
||||
#define _LINUX_EXT2_FS_H
|
||||
#ifndef LINUX_EXT2_FS_H
|
||||
#define LINUX_EXT2_FS_H 1
|
||||
|
||||
#include "ext2_types.h" /* Changed from linux/types.h */
|
||||
|
||||
@@ -567,4 +566,4 @@ struct ext2_dir_entry_2 {
|
||||
#define EXT2_DIR_REC_LEN(name_len) (((name_len) + 8 + EXT2_DIR_ROUND) & \
|
||||
~EXT2_DIR_ROUND)
|
||||
|
||||
#endif /* _LINUX_EXT2_FS_H */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user