blob: 42e435c803883800ee4ae78d3d9d13c71ab33ab4 [file] [log] [blame]
Phil Suttera7701592021-03-05 21:05:11 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Commands to deal with Synology specifics.
4 *
5 * Copyright (C) 2021 Phil Sutter <phil@nwl.cc>
6 */
7
8#ifndef _CMD_SYNO_H
9#define _CMD_SYNO_H
10
11#define SYNO_ETHADDR_MAX 4
12#define SYNO_SN_TAG "SN="
13#define SYNO_CHKSUM_TAG "CHK="
14
15int do_syno_populate(int argc, char *const argv[]);
16
17#endif /* _CMD_SYNO_H */