18 lines
531 B
C
18 lines
531 B
C
/*
|
|
* Copyright (C) 2015 Apple Inc. All rights reserved.
|
|
*
|
|
* This document is the property of Apple Inc.
|
|
* It is considered confidential and proprietary.
|
|
*
|
|
* This document may not be reproduced or transmitted in any form,
|
|
* in whole or in part, without the express written permission of
|
|
* Apple Inc.
|
|
*/
|
|
|
|
/* This file contains Tunables for s8001 products without product tunables */
|
|
|
|
#include <platform/tunables.h>
|
|
|
|
const struct tunable_chip_struct tunables_pmgr_product[] __attribute__((weak)) = {
|
|
{0, 0, NULL, NULL, 0}
|
|
}; |