File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ from templates import helper as th
1717API
1818----
1919
20+ * Enumerations
21+
22+ * ${x}_kernel_get_binary_exp_version_t
23+
2024* Functions
2125
2226 * ${x}KernelGetBinaryExp
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ version: "1.11"
1616name : $X_GET_KERNEL_BINARY_EXP_NAME
1717value : ' "$X_extension_kernel_binary_exp"'
1818--- # --------------------------------------------------------------------------
19+ type : enum
20+ desc : " Get Kernel Binary Extension Version(s)"
21+ version : " 1.11"
22+ name : $x_kernel_get_binary_exp_version_t
23+ etors :
24+ - name : " 1_0"
25+ value : " $X_MAKE_VERSION( 1, 0 )"
26+ desc : " version 1.0"
27+ --- # --------------------------------------------------------------------------
1928type : function
2029desc : " Retrieves kernel binary program data (ISA GEN format)."
2130version : " 1.11"
You can’t perform that action at this time.
0 commit comments