-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At the moment we can search for a specific SoC in our supported SoC table by looking for its SoC ID, but we cannot otherwise enumerate all supported SoCs. Add a get_next_soc() function that allows iterating over our (internal) table: The first call will take NULL as an argument, subsequent calls pass in the pointer returned by the previous call. When we reach the end of the list, the function returns NULL. Signed-off-by: Andre Przywara <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters