aboutsummaryrefslogtreecommitdiffstats
path: root/include/cluster_api_registernotify.h
blob: 6f64d8a20464c5cade05994b94681411d9c206e4 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CLUSTER_API_REGISTERNOTIFY_H
#define CLUSTER_API_REGISTERNOTIFY_H

#include <stdbool.h>

typedef void(* IC_HMI_FUNC_NOTIFY_IC_HMI)(unsigned long long arg_1, IC_HMI_ON_OFF arg_2);

bool registerIcHmi(unsigned long long arg_1, IC_HMI_FUNC_NOTIFY_IC_HMI addr);

#endif // CLUSTER_API_REGISTERNOTIFY_H