lib: rosetta: add library to contain os-wide definitions

This commit is contained in:
2026-03-06 20:16:25 +00:00
parent faeefe28ab
commit a6a2526502
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include <rosetta/bootstrap.h>
const struct rosetta_bootstrap_channel *rosetta_bootstrap_get_channel(void)
{
return NULL;
}