Add missing routine description
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
707c92e08a
commit
911903d0eb
@ -73,6 +73,14 @@ ArInitializeProcessor(VOID)
|
|||||||
ArpIdentifyProcessor();
|
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
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
ArpIdentifyProcessor(VOID)
|
ArpIdentifyProcessor(VOID)
|
||||||
|
@ -65,6 +65,14 @@ ArInitializeProcessor(VOID)
|
|||||||
ArpIdentifyProcessor();
|
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
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
ArpIdentifyProcessor(VOID)
|
ArpIdentifyProcessor(VOID)
|
||||||
|
Loading…
Reference in New Issue
Block a user