aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/ee/api/outnotify.h
blob: c88185fac162aeb74c4fdf4cd0ab3b6893c9881b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) ST-Ericsson SA 2010. All rights reserved.
 * This code is ST-Ericsson proprietary and confidential.
 * Any use of the code for whatever purpose is subject to
 * specific written permission of ST-Ericsson SA.
 */
 
#ifndef OUT_IDT
#define OUT_IDT

typedef void (*t_nmf_notify)(void *contextHandler);

#endif