File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ This creates barriers for independent driver development and limits the extensib
1818### R1: External Driver Global Helper Registration
1919- Drivers outside of ` ebpfcore.sys ` ** MUST** be able to register global helper functions
2020- The system ** MUST** support global helper function registration without requiring pre-coordination
21- - Registration ** MUST** use existing interfaces without requiring new APIs
21+ - Existing interfaces ** MUST** remain unchanged to maintain application compatibility
22+ - New interfaces ** MAY** be added if needed to support this capability
2223
2324### R2: Elimination of Central Coordination
2425- Driver developers ** MUST NOT** be required to coordinate helper function registration with other drivers
You can’t perform that action at this time.
0 commit comments