summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h')
-rw-r--r--meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h b/meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h
deleted file mode 100644
index f2128ef..0000000
--- a/meta-facebook/meta-yosemite/recipes-yosemite/fblibs/files/yosemite_common/yosemite_common.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- *
- * Copyright 2015-present Facebook. All Rights Reserved.
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-#ifndef __YOSEMITE_COMMON_H__
-#define __YOSEMITE_COMMON_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define MAX_NUM_FRUS 6
-enum {
- FRU_ALL = 0,
- FRU_SLOT1 = 1,
- FRU_SLOT2 = 2,
- FRU_SLOT3 = 3,
- FRU_SLOT4 = 4,
- FRU_SPB = 5,
- FRU_NIC = 6,
-};
-
-int yosemite_common_fru_name(uint8_t fru, char *str);
-int yosemite_common_fru_id(char *str, uint8_t *fru);
-int yosemite_common_crashdump(uint8_t fru);
-
-#ifdef __cplusplus
-} // extern "C"
-#endif
-
-#endif /* __YOSEMITE_COMMON_H__ */
OpenPOWER on IntegriCloud