blob: e486df1730db2b0ee8e4c8312e25d1fafa0f6552 [file] [log] [blame]
/*
* Copyright (C) 2013-2016 Samsung Electronics, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef __TZ_TELEMETRY_H__
#define __TZ_TELEMETRY_H__
#include <linux/types.h>
#define TZ_TELEMETRY_IOC_MAGIC 'c'
#define TZ_TELEMETRY_CONTROL _IOW(TZ_TELEMETRY_IOC_MAGIC, 0, struct tzio_telemetry_ctrl)
struct tzio_telemetry_ctrl {
__u32 mode;
__u32 type;
__u32 arg;
};
#endif /*!__TZ_TELEMETRY_H__*/