[yellowstone] Add yellowstone server for endpoint registration.
This commit is contained in:
parent
8dcb1ddabd
commit
a46694d0f7
13 changed files with 248 additions and 31 deletions
12
sys/yellowstone/include/yellowstone.h
Normal file
12
sys/yellowstone/include/yellowstone.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
const uint64_t kYellowstoneGetAhci = 0x01;
|
||||
const uint64_t kYellowstoneGetRegistration = 0x02;
|
||||
|
||||
struct YellowstoneGetReq {
|
||||
uint64_t type;
|
||||
};
|
||||
|
||||
struct YellowstoneGetRegistrationResp {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue