mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
c0fc21efb3
commit
4c2bfb1d47
@@ -13,7 +13,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "site.h"
|
||||
#include "zdev.h"
|
||||
#include "zdev_id.h"
|
||||
|
||||
#define SYSINFO "/proc/sysinfo"
|
||||
|
||||
Reference in New Issue
Block a user