ppc64: Re-enable SF bit after returning from ELF binary
[openbios.git] / include / libopenbios / of.h
blob64cf6d080e038b92356a72ae19012a3cdce9a78c
1 /*
2 * Creation Date: <2004/01/07 19:19:18 samuel>
3 * Time-stamp: <2004/01/07 19:19:48 samuel>
5 * <of.h>
7 * OpenFirmware related defines
9 * Copyright (C) 2004 Samuel Rydh (samuel@ibrium.se)
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * version 2
17 #ifndef _H_OF
18 #define _H_OF
20 extern int of_client_interface( int *params );
22 #endif /* _H_OF */