19 lines
470 B
C
19 lines
470 B
C
/*
|
|
* Copyright (C) 2013 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 __DRIVERS_SUMMIT_H
|
|
#define __DRIVERS_SUMMIT_H
|
|
|
|
#define DISP_IC_SUMMIT_A0 (0x12)
|
|
#define DISP_IC_SUMMIT_B0 (0x13)
|
|
|
|
|
|
#endif /* ! __DRIVERS_SUMMIT_H */
|