Skip to content

Commit

Permalink
Add arm to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Aug 16, 2024
1 parent 9ccc6ee commit 604655e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/arm_gpuinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int argc, char *argv[])
}
}

auto instance = libgpuinfo::instance::create();
auto instance = libarmgpuinfo::instance::create();
if (!instance)
{
std::cout << "ERROR: Failed to create instance\n";
Expand Down
2 changes: 1 addition & 1 deletion source/libgpuinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include "libgpuinfo.hpp"

namespace libgpuinfo {
namespace libarmgpuinfo {

struct product_entry {
uint32_t id;
Expand Down
2 changes: 1 addition & 1 deletion source/libgpuinfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include <fcntl.h>
#include <unistd.h>

namespace libgpuinfo {
namespace libarmgpuinfo {

/** Mali GPU information. */
struct gpuinfo
Expand Down

0 comments on commit 604655e

Please sign in to comment.