• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/blkpg_ops.in; do not edit. */
2 #if !(defined(BLKPG_ADD_PARTITION) || (defined(HAVE_DECL_BLKPG_ADD_PARTITION) && HAVE_DECL_BLKPG_ADD_PARTITION))
3 # define BLKPG_ADD_PARTITION 1
4 #endif
5 #if !(defined(BLKPG_DEL_PARTITION) || (defined(HAVE_DECL_BLKPG_DEL_PARTITION) && HAVE_DECL_BLKPG_DEL_PARTITION))
6 # define BLKPG_DEL_PARTITION 2
7 #endif
8 #if !(defined(BLKPG_RESIZE_PARTITION) || (defined(HAVE_DECL_BLKPG_RESIZE_PARTITION) && HAVE_DECL_BLKPG_RESIZE_PARTITION))
9 # define BLKPG_RESIZE_PARTITION 3
10 #endif
11 
12 #ifdef IN_MPERS
13 
14 extern const struct xlat blkpg_ops[];
15 
16 #else
17 
18 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
19 static
20 # endif
21 const struct xlat blkpg_ops[] = {
22  XLAT(BLKPG_ADD_PARTITION),
23  XLAT(BLKPG_DEL_PARTITION),
24  XLAT(BLKPG_RESIZE_PARTITION),
25  XLAT_END
26 };
27 
28 #endif /* !IN_MPERS */
29