Subversion Repositories HelenOS-historic

Rev

Rev 1474 | Rev 1704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1474 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup ppc64 
-
 
30
 * @ingroup others
-
 
31
 * @{
-
 
32
 */
-
 
33
/** @file
-
 
34
 */
-
 
35
 
29
#include <arch.h>
36
#include <arch.h>
30
#include <arch/boot/boot.h>
37
#include <arch/boot/boot.h>
31
#include <arch/mm/memory_init.h>
38
#include <arch/mm/memory_init.h>
32
#include <arch/interrupt.h>
39
#include <arch/interrupt.h>
33
#include <genarch/fb/fb.h>
40
#include <genarch/fb/fb.h>
Line 101... Line 108...
101
 *
108
 *
102
 */
109
 */
103
void arch_release_console(void)
110
void arch_release_console(void)
104
{
111
{
105
}
112
}
-
 
113
 
-
 
114
 /** @}
-
 
115
 */
-
 
116