| // Copyright 2022 The Chromium OS Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef LIBIPP_ATTRIBUTE_H_ | |
| #define LIBIPP_ATTRIBUTE_H_ | |
| #include "ipp_attribute.h" | |
| // TODO(pawliczek) - this is a temporary workaround. | |
| // The file ipp_attribute.h is going to be renamed to attribute.h. For now, | |
| // I am adding this redirection to help with transition of the existing code. | |
| #endif // LIBIPP_ATTRIBUTE_H_ |