mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
17 lines
402 B
C
17 lines
402 B
C
/****************************************************************************
|
|
*
|
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _SCSC_RELEASE_H
|
|
#define _SCSC_RELEASE_H
|
|
|
|
#define SCSC_RELEASE_PRODUCT 1
|
|
#define SCSC_RELEASE_ITERATION 37
|
|
#define SCSC_RELEASE_CANDIDATE 1
|
|
|
|
|
|
#endif
|
|
|
|
|