| // Copyright 2024 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef LIBPMT_PMT_H_ | |
| #define LIBPMT_PMT_H_ | |
| // This library handles collecting and decoding Intel PMT data. | |
| // | |
| // Note: It utilizes libchrome's logging so be sure to call | |
| // logging::InitLogging() in the application utilizing this library. | |
| #include <libpmt/pmt_collector.h> | |
| #include <libpmt/pmt_decoder.h> | |
| #endif // LIBPMT_PMT_H_ |