blob: a81dabb9a4a760aa72600ba1392e0b3842c426d5 [file] [log] [blame]
/*
$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 */