Add missing routine description
Visas pārbaudes ir veiksmīgas
ci/woodpecker/push/build Pipeline was successful

Šī revīzija ir iekļauta:
2023-02-05 10:08:49 +01:00
vecāks 707c92e08a
revīzija 911903d0eb
2 mainīti faili ar 16 papildinājumiem un 0 dzēšanām

Parādīt failu

@@ -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)

Parādīt failu

@@ -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)