8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / stand / lib / fakeboot / llib-lfakeboot
blob237b5a28ce299d672a4715ae6cf4e4feb9ac6ff6
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License (the "License").
6  * You may not use this file except in compliance with the License.
7  *
8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9  * or http://www.opensolaris.org/os/licensing.
10  * See the License for the specific language governing permissions
11  * and limitations under the License.
12  *
13  * When distributing Covered Code, include this CDDL HEADER in each
14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15  * If applicable, add the following below this CDDL HEADER, with the
16  * fields enclosed by brackets "[]" replaced with your own identifying
17  * information: Portions Copyright [yyyy] [name of copyright owner]
18  *
19  * CDDL HEADER END
20  */
22  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23  * Use is subject to license terms.
24  */
26 #pragma ident   "%Z%%M% %I%     %E% SMI"
29  * As discussed in <sys/bootsyms.h>, most of the symbols over in psm are
30  * not properly prototyped anywhere.  One consequence of this is that the
31  * lint libraries that should contain these symbols are either missing or
32  * incorrectly built.
33  *
34  * While that mess certainly needs to be fixed, it's going to take a long
35  * time and in the meantime we'd like the binaries under stand/lib to be
36  * lint-clean and linted nightly.  To make that possible, we use this lint
37  * stub to generate a lint library (llib-lfakeboot.ln) that contains the
38  * correct definitions for all the symbols that should be provided by the
39  * objects over in psm.
40  *
41  * As parts of psm are cleaned up and fixed to properly build lint libraries,
42  * the definitions for those symbols should be removed from here.  Eventually,
43  * this file should just go away entirely.
44  */
46 /* LINTLIBRARY */
47 /* PROTOLIB1 */
49 #include <sys/types.h>
50 #include <sys/promif.h>                 /* libprom.a */
51 #include <sys/prom_plat.h>              /* libplat.a */
52 #include <sys/bootsyms.h>               /* libnames.a; 2nd stage boot loaders */