20 lines
524 B
C
20 lines
524 B
C
/*
|
|
* Copyright (C) 2010 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.
|
|
*/
|
|
#ifndef __PLATFORM_MEMCONFIG_H
|
|
#define __PLATFORM_MEMCONFIG_H
|
|
|
|
/* S5L8950X SoC Mem Pin Configuration */
|
|
|
|
static const gpio_t memory_interface_gpios[] = {
|
|
/* Not needed */
|
|
};
|
|
#endif /* ! __PLATFORM_MEMCONFIG_H */
|