implemented initial dpm core call functionality from module perspective

This commit is contained in:
Chris Punches
2025-03-01 20:57:38 -05:00
parent a5e2c86882
commit 6220653d10
4 changed files with 99 additions and 31 deletions

View File

@@ -56,4 +56,7 @@ extern "C" {
// Module description information
const char* dpm_get_description(void);
// Callback function exposed by DPM core for modules to use
int dpm_core_callback(const char* action, const char* data);
}