uapi: split ipc.h and abi.h into small files.

Split the larger ABI files into smaller more manageable chunks. Also
split by end user into IPC and user space ABIs.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-11-05 21:42:58 +00:00 committed by Daniel Leung
parent 864cc7ef4d
commit f5711ff689
3 changed files with 4 additions and 5 deletions

View File

@ -63,9 +63,7 @@
#ifndef __INCLUDE_UAPI_SOF_FW_H__
#define __INCLUDE_UAPI_SOF_FW_H__
/* Skip inclusion of <sof/io.h> which causes errors */
#define __INCLUDE_IO__
#include <uapi/ipc.h>
#include <uapi/ipc/info.h>
#define SND_SOF_FW_SIG_SIZE 4
#define SND_SOF_FW_ABI 1

View File

@ -24,7 +24,8 @@
#include <time.h>
#include <sys/time.h>
#include "uapi/manifest.h"
#include <uapi/user/manifest.h>
#include "rimage.h"
#include "file_format.h"
#include "css.h"

View File

@ -15,7 +15,7 @@
#define __MANIFEST_H__
#include <stdint.h>
#include "uapi/manifest.h"
#include <uapi/user/manifest.h>
#include "css.h"
#include "cse.h"
#include "plat_auth.h"