summaryrefslogtreecommitdiff
path: root/libsensors_iio/software/core/mpl/mlsetinterrupts.h
blob: a81dabb9a4a760aa72600ba1392e0b3842c426d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 $License:
   Copyright (c) 2008 InvenSense Corporation, All Rights Reserved.
 $
 */

#ifndef MLSETINTERRUPT_H
#define MLSETINTERRUPT_H

#include "mltypes.h"

#ifdef __cplusplus
extern "C" {
#endif

    /* DEPRECATED - Scheduled for removal. Do not use */
    inv_error_t MLSetInterrupts(unsigned short interrupts);

#ifdef __cplusplus
}
#endif

#endif /* MLSETINTERRUPT_H */