zdev: rename site.h to zdev.h

Add zdev-specific definitions into a lightweight header file. Rather
than creating a new one, transform the existing "site.h" into "zdev.h"
to house all generic zdev-specific definitions that needs to be shared
between chzdev, lszdev and zdev_id going forward.

Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Vineeth Vijayan
2024-03-26 15:12:51 +01:00
committed by Jan Höppner
parent c0fc21efb3
commit 4c2bfb1d47
3 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
#include <string.h>
#include <ctype.h>
#include "site.h"
#include "zdev.h"
#include "zdev_id.h"
#define SYSINFO "/proc/sysinfo"