增加arm端lib,更新include文件

This commit is contained in:
xunyingya 2025-04-10 09:09:32 +08:00
parent b15a9acd6b
commit c043359dbc
5 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,11 @@
/******************************************************************************\
|* Copyright (c) 2017-2023 by Vivante Corporation. All Rights Reserved. *|
|* Copyright (c) 2017-2023 by GWG Corporation. All Rights Reserved. *|
|* *|
|* The material in this file is confidential and contains trade secrets of *|
|* of Vivante Corporation. This is proprietary information owned by Vivante *|
|* of GWG Corporation. This is proprietary information owned by GWG *|
|* Corporation. No part of this work may be disclosed, reproduced, copied, *|
|* transmitted, or used in any way for any purpose, without the express *|
|* written permission of Vivante Corporation. *|
|* written permission of GWG Corporation. *|
|* *|
\******************************************************************************/
@ -912,7 +912,8 @@ PNNA_API
pnna_status_e pnna_power_management(
IN pnna_uint32_t device_index,
IN pnna_power_property_e property,
IN void *value
IN void *value,
IN pnna_uint32_t persent
);
/*! \brief. Create a pnna_group object to run multiple tasks(network or node)

View File

@ -2,7 +2,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2017 - 2023 Vivante Corporation
* Copyright (c) 2017 - 2023 GWG Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -26,7 +26,7 @@
*
* The GPL License (GPL)
*
* Copyright (C) 2017 - 2023 Vivante Corporation
* Copyright (C) 2017 - 2023 GWG Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

BIN
lib/arm/libPNNAlite.so Normal file

Binary file not shown.

BIN
lib/arm/libPNNAuser.so Normal file

Binary file not shown.