split out list devices

This commit is contained in:
Tony Kuker 2022-10-30 12:22:54 -05:00
parent 66a0448fa8
commit 245098be07

View File

@ -4,6 +4,7 @@
// for Raspberry Pi // for Raspberry Pi
// //
// Copyright (C) 2021 Uwe Seimet // Copyright (C) 2021 Uwe Seimet
// Copyright (C) 2022 akuker
// //
// Helper methods used by rascsi and rasctl // Helper methods used by rascsi and rasctl
// //
@ -21,7 +22,6 @@ namespace ras_util
{ {
bool GetAsInt(const string&, int&); bool GetAsInt(const string&, int&);
string Banner(const string&); string Banner(const string&);
string ListDevices(const list<rascsi_interface::PbDevice>&);
string GetExtensionLowerCase(const string&); string GetExtensionLowerCase(const string&);