/
dzavalishin
/
newos
Обзор
Документация
Войти
/
dzavalishin
/
newos
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/kernel/arch/debug.h
13 строк
314 B
Travis Geiselbrecht
massive ppc checkin. not quite finshed yet, but threading and vm stuff is up and running
02 авг 2003, 22:13
02 авг 2003, 22:13
dad60bf
Код
Авторство
О чём код?
/* ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef _NEWOS_KERNEL_ARCH_DEBUG #define _NEWOS_KERNEL_ARCH_DEBUG int arch_dbg_init(kernel_args *ka); int arch_dbg_init2(kernel_args *ka); #include INC_ARCH(kernel/arch,debug.h) #endif