xref: /aosp_15_r20/external/e2fsprogs/lib/ss/data.c (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Worker /*
2*6a54128fSAndroid Build Coastguard Worker  * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
3*6a54128fSAndroid Build Coastguard Worker  * (Student Information Processing Board)
4*6a54128fSAndroid Build Coastguard Worker  *
5*6a54128fSAndroid Build Coastguard Worker  * Permission to use, copy, modify, and distribute this software and
6*6a54128fSAndroid Build Coastguard Worker  * its documentation for any purpose is hereby granted, provided that
7*6a54128fSAndroid Build Coastguard Worker  * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
8*6a54128fSAndroid Build Coastguard Worker  * advertising or publicity pertaining to distribution of the software
9*6a54128fSAndroid Build Coastguard Worker  * without specific, written prior permission.  M.I.T. and the
10*6a54128fSAndroid Build Coastguard Worker  * M.I.T. S.I.P.B. make no representations about the suitability of
11*6a54128fSAndroid Build Coastguard Worker  * this software for any purpose.  It is provided "as is" without
12*6a54128fSAndroid Build Coastguard Worker  * express or implied warranty.
13*6a54128fSAndroid Build Coastguard Worker  */
14*6a54128fSAndroid Build Coastguard Worker 
15*6a54128fSAndroid Build Coastguard Worker #include "config.h"
16*6a54128fSAndroid Build Coastguard Worker #include <stdio.h>
17*6a54128fSAndroid Build Coastguard Worker #include "ss_internal.h"
18*6a54128fSAndroid Build Coastguard Worker 
19*6a54128fSAndroid Build Coastguard Worker ss_data **_ss_table = (ss_data **)NULL;
20*6a54128fSAndroid Build Coastguard Worker char *_ss_pager_name = (char *)NULL;
21