Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f3afe1d authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman
Browse files

mei: export mei.h for the user space



The header exports API for application layer

1. move under include/linux and add to  the export list
2. update include path n the sources
3. update TODO

Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b544f3fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
TODO:
	- Cleanup and split the timer function
Upon Unstaging:
	- move mei.h to include/linux/mei.h
	- Documentation/ioctl/ioctl-number.txt
	- move mei.txt under Documentation/mei/
	- move mei-amt-version.c under Documentation/mei
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include "mei_dev.h"
#include "hw.h"
#include "interface.h"
#include "mei.h"
#include <linux/mei.h>

const uuid_le mei_amthi_guid  = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, 0xac,
						0xa8, 0x46, 0xe0, 0xff, 0x65,
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include <linux/pci.h>
#include "mei_dev.h"
#include "mei.h"
#include <linux/mei.h>
#include "interface.h"


+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#ifndef _MEI_INTERFACE_H_
#define _MEI_INTERFACE_H_

#include "mei.h"
#include <linux/mei.h>
#include "mei_dev.h"


+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <linux/jiffies.h>

#include "mei_dev.h"
#include "mei.h"
#include <linux/mei.h>
#include "hw.h"
#include "interface.h"

Loading