Guiliani  Version 2.6 revision 7293 (documentation build 12)
rzg_hwcheck.h
1/*
2* Copyright (C) 2016 TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* This source code and any compilation or derivative thereof is the
5* proprietary information of TES Electronic Solutions GmbH
6* and is confidential in nature.
7* Under no circumstances is this software to be exposed to or placed
8* under an Open Source License of any type without the expressed
9* written permission of TES Electronic Solutions GmbH
10*
11*############################################################
12*/
13
14#ifndef RZG_HWCHECK_H
15#define RZG_HWCHECK_H
16
17int RzgIsValidCpuType(void);
18
19#endif