Restored the code that was accidentally deleted in rev. 3.3.

This commit is contained in:
wtc%netscape.com 2001-05-14 22:24:12 +00:00
Родитель b3f5e1814f
Коммит 0cb1f18b3d
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,11 @@
* may use your version of this file under either the MPL or the
* GPL.
*/
#include "primpl.h"
PR_EXTERN(void) _PR_MD_INIT_CPUS();
PR_EXTERN(void) _PR_MD_WAKEUP_CPUS();
PR_EXTERN(void) _PR_MD_START_INTERRUPTS(void);
PR_EXTERN(void) _PR_MD_STOP_INTERRUPTS(void);
PR_EXTERN(void) _PR_MD_DISABLE_CLOCK_INTERRUPTS(void);