Large change that removes the duplicated MIT notice withe a spdx tag Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
12 lines
202 B
C
12 lines
202 B
C
/*
|
|
* Author: Brendan Le Foll <brendan.le.folL@intel.com>
|
|
* Copyright (c) 2016 Intel Corporation.
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void imraa_handle_IO(struct json_object* jobj);
|
|
|