mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
12 lines
372 B
C
Executable file
12 lines
372 B
C
Executable file
/*****************************************************************************
|
|
*
|
|
* Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef __SLSI_HYDRA_H__
|
|
#define __SLSI_HYDRA_H__
|
|
|
|
void slsi_hydra_get_chip_info(struct hydra_service_info *chip_info);
|
|
|
|
#endif
|