lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <142e4eb5-b47e-e27c-1be3-bc6c5df889c0@linux-m68k.org>
Date:   Fri, 8 Sep 2023 09:57:01 +1000 (AEST)
From:   Finn Thain <fthain@...ux-m68k.org>
To:     Geert Uytterhoeven <geert@...ux-m68k.org>
cc:     linux-m68k@...ts.linux-m68k.org, Arnd Bergmann <arnd@...db.de>,
        Michael Schmitz <schmitzmic@...il.com>,
        Philip Blundell <philb@....org>,
        Greg Ungerer <gerg@...ux-m68k.org>,
        Joshua Thompson <funaho@...ai.org>,
        Sam Creasey <sammy@...my.net>,
        Laurent Vivier <laurent@...ier.eu>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 22/52] m68k: atari: Add and use "atari.h"

On Thu, 7 Sep 2023, Geert Uytterhoeven wrote:

> diff --git a/arch/m68k/atari/atari.h b/arch/m68k/atari/atari.h
> new file mode 100644
> index 0000000000000000..494a03ddac3d16ae
> --- /dev/null
> +++ b/arch/m68k/atari/atari.h
> @@ -0,0 +1,15 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +
> +struct rtc_time;
> +
> +/* ataints.c */
> +void atari_init_IRQ(void);
> +
> +/* atasound.c */
> +void atari_microwire_cmd(int cmd);
> +void atari_mksound(unsigned int hz, unsigned int ticks);
> +
> +/* time.c */
> +void atari_sched_init(void);
> +int atari_mste_hwclk(int op, struct rtc_time *t);
> +int atari_tt_hwclk(int op, struct rtc_time *t);

Wouldn't atariints.h and atarihw.h be more appropriate places for some of 
these?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ