1
0
forkattu lähteestä xt-sys/exectos

Add missing routine description

This commit is contained in:
2023-02-05 10:08:49 +01:00
vanhempi 707c92e08a
commit 911903d0eb
2 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -73,6 +73,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)

Näytä tiedosto

@@ -65,6 +65,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)