Large change that removes the duplicated MIT notice withe a spdx tag Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
13 lines
231 B
C
13 lines
231 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_subplatform(struct json_object* jobj, bool force_update);
|
|
|
|
|