21 lines
518 B
C
21 lines
518 B
C
/*
|
|
* Copyright (C) 2008-2011 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_PINOT_H
|
|
#define __DRIVERS_PINOT_H
|
|
|
|
#define DISP_IC_LIBERTY (8)
|
|
#define DISP_IC_MLC (9)
|
|
#define DISP_IC_NUGGET (13)
|
|
#define DISP_IC_NUGGET_B0 (14)
|
|
|
|
|
|
#endif /* ! __DRIVERS_PINOT_H */
|